added footer

This commit is contained in:
2026-03-23 01:48:48 +00:00
parent 7a74873ffa
commit 29db0060a5

View File

@@ -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>