Skip to content

Commit

Permalink
Remove fake dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
serundeputy committed Oct 27, 2023
1 parent 2254e79 commit 088b021
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
<div class="menu__links">
<NuxtLink to="/">Home</NuxtLink>
<NuxtLink to="/about">About</NuxtLink>
<!-- dropdown blogs -->
<div class="dropdown">
<button class="dropbtn">Blogs</button>
<div class="dropdown-content">
<NuxtLink to="/blogs">All Blogs</NuxtLink>
<NuxtLink to="/blogs/1">Blog 1</NuxtLink>
<NuxtLink to="/blogs/2">Blog 2</NuxtLink>
<NuxtLink to="/blogs/3">Blog 3</NuxtLink>
</div>
</div>
</div>
</div>
</template>
Expand Down

0 comments on commit 088b021

Please sign in to comment.