Browse Source

fix(gui): update policy links

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/559/head
Pranav C 3 years ago
parent
commit
cd2bfe9350
  1. 2
      packages/nc-gui/pages/user/authentication/signup/_token.vue
  2. 2
      packages/nc-gui/pages/user/authentication/signup/index.vue

2
packages/nc-gui/pages/user/authentication/signup/_token.vue

@ -195,7 +195,7 @@
<v-row justify="center">
<p class="text-right grey--text font-weight-light caption">
By signing up, you agree to
<span class="grey--text pointer" @click="openUrl('https://nocodb.com/terms-of-service')"><u>Terms of service</u></span>
<span class="grey--text pointer" @click="openUrl('https://nocodb.com/policy-nocodb')"><u>Terms of service</u></span>
</p> &nbsp;
<div class="d-flex align-center mb-4 justify-center">

2
packages/nc-gui/pages/user/authentication/signup/index.vue

@ -174,7 +174,7 @@
<div class="text-center">
<p class="grey--text font-weight-light caption">
By signing up, you agree to
<span class="grey--text pointer" @click="openUrl('https://nocodb.com/terms-of-service')"><u>Terms of service</u></span>
<span class="grey--text pointer" @click="openUrl('https://nocodb.com/policy-nocodb')"><u>Terms of service</u></span>
</p>
<div class="d-flex align-center mb-4 justify-center">
<v-checkbox v-model="subscribe" color="grey" dense hide-details class="mt-0 pt-0" />

Loading…
Cancel
Save