mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
20 lines
556 B
Vue
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>
|