Skip to content

Commit b70296a

Browse files
committed
Change agreement page name from /user/terms to /user/agree
1 parent 09eca63 commit b70296a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pages/index.vue

Lines changed: 1 addition & 1 deletion
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
File renamed without changes.

0 commit comments

Comments
 (0)