Skip to content

Commit

Permalink
Added Program link to the mobile hamburger menu (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove authored Nov 15, 2024
1 parent f6060ee commit e0dfcea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/NavMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
<router-link
:to="{ path: '/' }"
class="block m-medium router-link type-no-underline type-small">
RBCN25
ROBOCON 2025
</router-link>
<router-link
:to="{ path: '/program' }"
class="block m-medium router-link type-no-underline type-small">
Program
</router-link>
<router-link
:to="{ path: '/sponsor' }"
class="block m-medium router-link type-no-underline type-small">
sponsor
Sponsor
</router-link>
<!-- <router-link
:to="{ name: 'Archive' }"
Expand Down

0 comments on commit e0dfcea

Please sign in to comment.