switched theme

This commit is contained in:
2025-02-14 19:43:05 +02:00
parent 9ddf068049
commit cb2b4f0d86
13 changed files with 267 additions and 160 deletions

View File

@@ -1,4 +1,4 @@
import { useGameThumbnailLazyLoad } from "@/hooks/use-lazy-load";
import { useThumbnailLazyLoad } from "@/hooks/use-lazy-load";
import { ContentMetadata } from "@/lib/omniRecommendation";
import LazyLoadedImage from "./lazyLoadedImage";
import { ContextMenu, ContextMenuContent, ContextMenuSeparator, ContextMenuTrigger } from "./ui/context-menu";
@@ -16,7 +16,7 @@ export function GameCard({ game }: GameCardProps) {
<div className="overflow-hidden">
{game.primaryMediaAsset ? (
<LazyLoadedImage
imgId={game.rootPlaceId.toString()}
imgId={'GameThumbnail_'+game.rootPlaceId.toString()}
alt={game.name}
className="object-cover w-full h-full"
/>