footer tweaks that don't work; social updates
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
<v-app-bar-title>
|
||||
<logo @click="nav('Home')" class="clickable"/>
|
||||
<social class="d-inline" size="small"/>
|
||||
</v-app-bar-title>
|
||||
|
||||
<v-btn @click="nav('HowItWorks')" prepend-icon="mdi-information-outline" text="How It Works"/>
|
||||
@@ -16,6 +17,7 @@
|
||||
import {useTheme} from "vuetify";
|
||||
import Logo from "@/components/Logo.vue";
|
||||
import {nav} from "@/misc.js";
|
||||
import Social from "@/components/Social.vue";
|
||||
|
||||
const theme = useTheme().current
|
||||
|
||||
|
||||
Reference in New Issue
Block a user