mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 20:30:48 +04:00
Add games page
This commit is contained in:
@@ -4,9 +4,9 @@ import Image from "next/image";
|
||||
export const GameCard = ({ card }: { card: GameCardType }) => {
|
||||
return (
|
||||
<div className="group/gamecard cursor-pointer">
|
||||
{!!card.cover && (
|
||||
{!!card.cover_preview && (
|
||||
<Image
|
||||
src={card.cover}
|
||||
src={card.cover_preview}
|
||||
className="rounded-lg"
|
||||
alt=""
|
||||
width={700}
|
||||
|
||||
Reference in New Issue
Block a user