uploading files and a lot more
This commit is contained in:
13
ui/components/Footer.vue
Normal file
13
ui/components/Footer.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script lang="ts" setup>
|
||||
let year = new Date().getFullYear()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<footer class="flex flex-col gap-2 sm:flex-row py-6 w-full shrink-0 items-center px-4 md:px-6 border-t">
|
||||
<div class="flex flex-row gap-x-2">
|
||||
<p>Privacy policy</p>
|
||||
<p>Other policy</p>
|
||||
</div>
|
||||
<p class="text-xs text-subtle ml-auto">© {{ year }} juls0730. All rights reserved.</p>
|
||||
</footer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user