File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 25
25
<v-btn text color =" white" >GET IN TOUCH</v-btn >
26
26
</a >
27
27
</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 >
28
33
<v-col class =" d-flex align-center justify-center" >
29
34
<a @click =" goto('resources')" style =" text-decoration : none ;" >
30
35
<v-btn text color =" white" >RESOURCES</v-btn >
62
67
Get in touch
63
68
</a >
64
69
</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 >
65
75
<v-list-item >
66
76
<a @click =" goto('resources')" style =" text-decoration : none ; color : black ;" >
67
77
Resources
You can’t perform that action at this time.
0 commit comments