Files
ghostwriter/components/app-footer.vue

18 lines
479 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"
target="_blank"
href="https://buymeacoffee.com/mariosant"
>Support Ghostwriter 👻</ULink
>.
</div>
<NuxtImg src="/images/powered-by-strava.svg" width="80px" />
</UContainer>
</template>