Files
ghostwriter/app/components/app-footer.vue
2025-04-07 12:59:20 +03:00

13 lines
427 B
Vue

<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">Send feedback</ULink> or
<ULink class="underline">buy me a coffee</ULink>.
</div>
<NuxtImg src="/images/powered-by-strava.svg" width="80px" />
</UContainer>
</template>