Update src with privacy policy and tos

This commit is contained in:
Logan Williams
2023-10-25 16:25:29 +02:00
parent d2e6d26063
commit 4b4f006750
8 changed files with 896 additions and 9 deletions

View File

@@ -5,6 +5,10 @@
<v-main>
<router-view />
</v-main>
<v-footer class="legal">
<router-link to="/privacy">Privacy Policy</router-link>
<router-link to="/tos">Terms of Service</router-link>
</v-footer>
</v-app>
</div>
</template>
@@ -36,4 +40,14 @@ export default {
html {
background-color: #d6e8de;
}
.legal a {
margin-left: 2em;
margin-right: 2em;
color: inherit !important;
}
.legal {
justify-content: center;
}
</style>