Skip to content

Commit 32b6e74

Browse files
committed
Fixed about button link
1 parent 5b9cefc commit 32b6e74

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

frontend/src/views/Home/AboutUs.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
</v-col>
1515
<v-col xs="12" sm="6" align-self="center">
1616
<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>
17+
<RouterLink to="/about" style="text-decoration: none;" v-on:click.native="showMenu = false">
18+
<v-btn block outlined color="white" icon class="btn--sm">
19+
SEE MORE
20+
</v-btn>
21+
</RouterLink>
2022
</v-col>
2123
</v-row>
2224
</v-container>

0 commit comments

Comments
 (0)