10 lines
322 B
Vue
10 lines
322 B
Vue
<template>
|
|
<div class="sticky z-50 bottom-0 p-4 bg-base-200">
|
|
<NuxtLink to="/terms">Terms Of Service</NuxtLink>
|
|
<span class="px-2">|</span>
|
|
<NuxtLink to="/privacy">Privacy</NuxtLink>
|
|
<span class="px-2">|</span>
|
|
<button type="button" data-cc="c-settings">Cookie settings</button>
|
|
</div>
|
|
</template>
|