Skip to content

Commit e1e4c61

Browse files
Merge pull request #155 from MaySoMusician/feature/148-tos-page-name-change
利用規約のページ名の変更
2 parents 09eca63 + d06b032 commit e1e4c61

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<base-action-button
4242
:text="$t('pages.index.teachers.buttons.signup')"
4343
class="registerButton"
44-
@click="$router.push('/user/terms')"
44+
@click="$router.push('/user/agree')"
4545
/>
4646

4747
<base-action-button
@@ -74,7 +74,7 @@
7474
</li>
7575

7676
<li>
77-
<nuxt-link class="white--text" to="policy">
77+
<nuxt-link class="white--text" to="terms">
7878
{{ $t('common.footer.terms') }}
7979
</nuxt-link>
8080
</li>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)