mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-16 00:37:21 +02:00
add legal, update about, update new user dialog
This commit is contained in:
@@ -48,9 +48,24 @@
|
||||
Share our site with your friends, family, and social networks to help raise awareness about the dangers of ALPRs.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<v-footer class="my-6">
|
||||
<v-col cols="7" class="text-grey">
|
||||
© {{ thisYear }} DeFlock. All rights reserved.
|
||||
</v-col>
|
||||
<v-spacer></v-spacer>
|
||||
<v-col cols="5">
|
||||
<p><router-link class="text-grey" to="/legal">Legal</router-link></p>
|
||||
<p><router-link class="text-grey" to="/contact">Contact Us</router-link></p>
|
||||
</v-col>
|
||||
</v-footer>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const thisYear = new Date().getFullYear();
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* TODO: put this all in one place, also in what-is view */
|
||||
h2 {
|
||||
|
||||
Reference in New Issue
Block a user