add legal, update about, update new user dialog

This commit is contained in:
Will Freeman
2024-10-14 13:12:38 -05:00
parent 4dbb70be8c
commit 9edcb9eac7
4 changed files with 107 additions and 2 deletions
+15
View File
@@ -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">
&copy; {{ 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 {