Tweak Thomas credit

This commit is contained in:
Sam Carlton 2022-06-10 14:01:03 -05:00
parent 6767e003a3
commit 105644e392

View file

@ -1,7 +1,8 @@
<template>
<small class="data-credit text-sm opacity-75 text-center mb-4">
<span>Data generously provided by </span>
<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"
@ -15,6 +16,5 @@
class="font-bold"
>Apple Silicon Games</a>
</span>
</small>
</div>
</template>