doesitarm/components/thomas-credit.vue
2022-06-10 14:01:03 -05:00

20 lines
556 B
Vue

<template>
<div
class="data-credit flex gap-1 justify-center text-xs opacity-75 text-center mb-4"
>
<span>Includes 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>
</div>
</template>