Skip to content

Commit

Permalink
feat: setting elden ring as hero
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Jun 22, 2024
1 parent fbcacd7 commit 22c8fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/src/components/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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] =
Expand Down Expand Up @@ -54,7 +54,7 @@ export function Hero() {
>
<div className={styles.backdrop}>
<img
src={steamUrlBuilder.libraryHero(FEATURED_GAME_ID)}
src="https://cdn2.steamgriddb.com/hero/95eb39b541856d43649b208b65b6ca9f.jpg"
alt={FEATURED_GAME_TITLE}
className={styles.heroMedia}
/>
Expand Down

1 comment on commit 22c8fdf

@kaioenzo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we improve this moving hero to load server requests? Since now Hydra has a server to host info

Please sign in to comment.