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> <template>
<div
<small class="data-credit text-sm opacity-75 text-center mb-4"> class="data-credit flex gap-1 justify-center text-xs opacity-75 text-center mb-4"
<span>Data generously provided by </span> >
<span>Includes data generously provided by </span>
<span> <span>
<a <a
href="https://twitter.com/__tosh" href="https://twitter.com/__tosh"
@ -15,6 +16,5 @@
class="font-bold" class="font-bold"
>Apple Silicon Games</a> >Apple Silicon Games</a>
</span> </span>
</small> </div>
</template> </template>