mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
✨ feat: Add game card with better colors
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user