Added footer
This commit is contained in:
15
Frontend/src/components/sidebar/FooterComponent.vue
Normal file
15
Frontend/src/components/sidebar/FooterComponent.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col gap-4 text-center font-thin dark:text-slate-400 ">
|
||||
<div class="flex flex-col">
|
||||
<a href="mailto:bugs@release11.com">Found a bug?</a>
|
||||
<a href="#" class="hidden">Privacy Policy</a>
|
||||
</div>
|
||||
|
||||
<span>Copyright 2023 <br/> Release11</span>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user