From 22c8fdfe66cdd13dfdcf29c3d3069c59462c2646 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Sat, 22 Jun 2024 20:50:22 +0100 Subject: [PATCH] feat: setting elden ring as hero --- src/renderer/src/components/hero/hero.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/src/components/hero/hero.tsx b/src/renderer/src/components/hero/hero.tsx index 79d9b586..f7383041 100644 --- a/src/renderer/src/components/hero/hero.tsx +++ b/src/renderer/src/components/hero/hero.tsx @@ -9,8 +9,8 @@ import { } from "@renderer/helpers"; import { useTranslation } from "react-i18next"; -const FEATURED_GAME_TITLE = "Ghost of Tsushima DIRECTOR'S CUT"; -const FEATURED_GAME_ID = "2215430"; +const FEATURED_GAME_TITLE = "ELDEN RING"; +const FEATURED_GAME_ID = "1245620"; export function Hero() { const [featuredGameDetails, setFeaturedGameDetails] = @@ -54,7 +54,7 @@ export function Hero() { >
{FEATURED_GAME_TITLE}