Files
maaw/components/AppFooter.vue
Michael Dausmann a7f8c37f99 prettier fixes #16
2023-10-24 21:18:03 +11:00

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>