mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-08 03:28:37 +03:00
Update src with privacy policy and tos
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<template>
|
||||
<v-app-bar style="flex-grow: 0" class="text-no-wrap">
|
||||
<v-toolbar-title>Bellingcat Auto Archiver demo tool</v-toolbar-title>
|
||||
<v-toolbar-title
|
||||
><router-link to="/" class="nodecoration"
|
||||
>Bellingcat Auto Archiver demo tool</router-link
|
||||
></v-toolbar-title
|
||||
>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn v-if="!user" @click="$store.dispatch('signin')">Sign In</v-btn>
|
||||
<span class="user" v-if="user">
|
||||
@@ -28,4 +32,9 @@ export default {
|
||||
margin-right: 1em;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.nodecoration {
|
||||
color: inherit !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user