Skip to content

Commit 4409269

Browse files
committed
added event link
1 parent a2e4e59 commit 4409269

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

frontend/src/components/Navbar.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<v-btn text color="white">GET IN TOUCH</v-btn>
2626
</a>
2727
</v-col>
28+
<v-col class="d-flex align-center justify-center">
29+
<a @click="goto('event-display')" style="text-decoration: none;">
30+
<v-btn text color="white">EVENTS</v-btn>
31+
</a>
32+
</v-col>
2833
<v-col class="d-flex align-center justify-center">
2934
<a @click="goto('resources')" style="text-decoration: none;">
3035
<v-btn text color="white">RESOURCES</v-btn>
@@ -62,6 +67,11 @@
6267
Get in touch
6368
</a>
6469
</v-list-item>
70+
<v-list-item>
71+
<a @click="goto('event-display')" style="text-decoration: none; color: black;">
72+
Events
73+
</a>
74+
</v-list-item>
6575
<v-list-item>
6676
<a @click="goto('resources')" style="text-decoration: none; color: black;">
6777
Resources

0 commit comments

Comments
 (0)