Added TOS and PrivPol pages.
All checks were successful
Production PR / QA Tests (pull_request) Successful in 45s
All checks were successful
Production PR / QA Tests (pull_request) Successful in 45s
This commit is contained in:
parent
0add58254d
commit
dc65e01bec
14 changed files with 98 additions and 24 deletions
|
|
@ -74,8 +74,8 @@ const createAccount = async () => {
|
|||
</Card>
|
||||
</ClientOnly>
|
||||
<FieldDescription class="px-6 text-center">
|
||||
<NuxtLink to="/"><Button variant="link">Terms of Service</Button></NuxtLink>
|
||||
<NuxtLink to="/"><Button variant="link">Privacy Policy</Button></NuxtLink>
|
||||
<NuxtLink to="/legal/terms-of-service"><Button variant="link">Terms of Service</Button></NuxtLink>
|
||||
<NuxtLink to="/legal/privacy-policy"><Button variant="link">Privacy Policy</Button></NuxtLink>
|
||||
</FieldDescription>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue