mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Update Games List references
This commit is contained in:
parent
fb34473a98
commit
d460de538b
4 changed files with 33 additions and 37 deletions
20
components/thomas-credit.vue
Normal file
20
components/thomas-credit.vue
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue