Skip to content

Commit

Permalink
a comment broke the navbar background???
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed Jan 4, 2024
1 parent 0898f88 commit 4fa5538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/navigation/Navbar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<template>
<!-- TODO: make visible navbar header less tall on mobile -->
<div class="navbar"
v-bind:class="{ 'scrolled': scrolled, 'fixed': !scrollNav, 'animated': !scrollNav && from }"
v-bind:style="{ 'padding': padding, 'background-color': color, 'box-shadow': shadow, }"
Expand All @@ -15,7 +14,7 @@
</template>

<script>
// TODO: make navbar header thing less tall on mobile
export default {
name: 'Navbar',
components: {
Expand Down

0 comments on commit 4fa5538

Please sign in to comment.