mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
14 lines
335 B
Vue
14 lines
335 B
Vue
<template>
|
|
<div>
|
|
<ds-space>
|
|
<ds-heading tag="h2">{{ $t('site.termsAc') }}</ds-heading>
|
|
</ds-space>
|
|
<ds-container>
|
|
<ds-space margin-top="large">
|
|
<ds-text>{{ $t('site.termsAc') }}</ds-text>
|
|
<ds-text v-html="$t('terms.text')"></ds-text>
|
|
</ds-space>
|
|
</ds-container>
|
|
</div>
|
|
</template>
|