Skip to content

Commit

Permalink
chore: add updates to the topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Aug 1, 2024
1 parent 074fe44 commit dc4e1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Topbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<nav>
<ul class="topBar-navigation" :class="{ active: isMenuToggled }">
<li><router-link :to="{ name: 'blog' }">Blog</router-link></li>
<li><router-link :to="{ name: 'updates' }">Updates</router-link></li>
<li><router-link :to="{ name: 'help' }">Help</router-link></li>
<li><router-link :to="{ name: 'get-involved' }">Get Involved</router-link></li>
<li><router-link :to="{ name: 'download' }">Download</router-link></li>
Expand Down

0 comments on commit dc4e1ab

Please sign in to comment.