Skip to content

Commit 34755df

Browse files
committed
🔀 Resolve conflict
1 parent f0db340 commit 34755df

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
@@ -48,7 +48,7 @@
4848
v-else
4949
:text="$t('pages.index.teachers.buttons.signup')"
5050
class="registerButton"
51-
@click="$router.push('/user/terms')"
51+
@click="$router.push('/user/agree')"
5252
/>
5353

5454
<base-action-button
@@ -90,7 +90,7 @@
9090
</li>
9191

9292
<li>
93-
<nuxt-link class="white--text" to="policy">
93+
<nuxt-link class="white--text" to="terms">
9494
{{ $t('common.footer.terms') }}
9595
</nuxt-link>
9696
</li>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)