We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9cefc commit 32b6e74Copy full SHA for 32b6e74
frontend/src/views/Home/AboutUs.vue
@@ -14,9 +14,11 @@
14
</v-col>
15
<v-col xs="12" sm="6" align-self="center">
16
<p data-cy="mission-statement" class="text--md">{{ mission.statement }}</p>
17
- <v-btn block outlined color="white" icon class="btn--sm">
18
- SEE MORE
19
- </v-btn>
+ <RouterLink to="/about" style="text-decoration: none;" v-on:click.native="showMenu = false">
+ <v-btn block outlined color="white" icon class="btn--sm">
+ SEE MORE
20
+ </v-btn>
21
+ </RouterLink>
22
23
</v-row>
24
</v-container>
0 commit comments