Amend app layout

This commit is contained in:
2025-05-22 14:04:16 +03:00
parent 16a4ea0949
commit e080f3978c
13 changed files with 8 additions and 0 deletions

13
components/app-footer.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<UContainer
class="max-w-2xl py-8 text-sm text-slate-600 place-items-center grid gap-4"
>
<div class="text-center">
Built with 💪 in Athens, Greece 🇬🇷 by Marios Antonoudiou.
<ULink class="underline" href="mailto:mariosant@sent.com"
>Send feedback</ULink
>.
</div>
<NuxtImg src="/images/powered-by-strava.svg" width="80px" />
</UContainer>
</template>