Skip to content

Commit dd3ce33

Browse files
committed
リンクの記述
1 parent f1695dd commit dd3ce33

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/pages/index.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
color="#FFDB6C"
3939
height="60px"
4040
class="registerButton"
41+
to="terms"
4142
block
4243
rounded
4344
>
@@ -50,13 +51,15 @@
5051
<v-footer color="#004170" padless>
5152
<v-row justify="center" no-gutters>
5253
<v-col class="white--text text-center footerText" cols="12">
53-
<a class="white--text"> - おうちで時間割について </a>
54+
<a class="white--text" href="#"> - おうちで時間割について </a>
5455
</v-col>
5556
<v-col class="white--text text-center footerText" cols="12">
56-
<a class="white--text"> - お問い合わせ </a>
57+
<a class="white--text" href="#"> - お問い合わせ </a>
5758
</v-col>
5859
<v-col class="white--text text-center footerText" cols="12">
59-
<a class="white--text"> - サイトポリシー </a>
60+
<nuxt-link class="white--text" to="policy">
61+
- サイトポリシー
62+
</nuxt-link>
6063
</v-col>
6164
</v-row>
6265
</v-footer>

0 commit comments

Comments
 (0)