added footer
This commit is contained in:
@@ -43,6 +43,18 @@
|
|||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
<SessionTimeout />
|
<SessionTimeout />
|
||||||
</v-main>
|
</v-main>
|
||||||
|
<v-footer
|
||||||
|
class="d-flex flex-column py-4"
|
||||||
|
color="transparent"
|
||||||
|
flat
|
||||||
|
elevation="0"
|
||||||
|
style="border: none; box-shadow: none;"
|
||||||
|
>
|
||||||
|
<v-divider class="w-100 mb-4" color="#dccca7"></v-divider>
|
||||||
|
<div class="text-center w-100 menu-text" style="font-size: 0.9rem; opacity: 0.8;">
|
||||||
|
Built by and maintained by Chloe Stanton
|
||||||
|
</div>
|
||||||
|
</v-footer>
|
||||||
</v-app>
|
</v-app>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user