feat: Add game card with better colors

This commit is contained in:
Wanjohi
2024-09-01 01:19:15 +03:00
parent 8b42688bd4
commit ba15f30bbf
2 changed files with 58 additions and 44 deletions

View File

@@ -56,6 +56,33 @@ export default component$(() => {
// teams: 10
}}
/>
<Card
game={{
// release_date: 1478710740000,
// compatibility: 'playable',
name: 'Grand Theft Auto V',
id: 271590,
// teams: 10
}}
/>
<Card
game={{
// release_date: 1478710740000,
// compatibility: 'playable',
name: 'Apex Legends',
id: 1172470,
// teams: 10
}}
/>
<Card
game={{
// release_date: 1478710740000,
// compatibility: 'playable',
name: "Tom Clancy's Rainbow Six Siege",
id: 359550,
// teams: 10
}}
/>
</div>
</section>
</>