doesitarm/components-nuxt/thomas-credit.vue
2021-09-11 13:07:08 -05:00

20 lines
514 B
Vue

<template>
<small class="data-credit text-sm opacity-75 text-center mb-4">
<span>Data generously provided by </span>
<span>
<a
href="https://twitter.com/__tosh"
class="font-bold"
>Thomas Schranz</a>
</span>
<span>via</span>
<span>
<a
href="https://applesilicongames.com/"
class="font-bold"
>Apple Silicon Games</a>
</span>
</small>
</template>