mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
feat: setting elden ring as hero
This commit is contained in:
parent
fbcacd7c39
commit
22c8fdfe66
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ import {
|
||||||
} from "@renderer/helpers";
|
} from "@renderer/helpers";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
const FEATURED_GAME_TITLE = "Ghost of Tsushima DIRECTOR'S CUT";
|
const FEATURED_GAME_TITLE = "ELDEN RING";
|
||||||
const FEATURED_GAME_ID = "2215430";
|
const FEATURED_GAME_ID = "1245620";
|
||||||
|
|
||||||
export function Hero() {
|
export function Hero() {
|
||||||
const [featuredGameDetails, setFeaturedGameDetails] =
|
const [featuredGameDetails, setFeaturedGameDetails] =
|
||||||
|
@ -54,7 +54,7 @@ export function Hero() {
|
||||||
>
|
>
|
||||||
<div className={styles.backdrop}>
|
<div className={styles.backdrop}>
|
||||||
<img
|
<img
|
||||||
src={steamUrlBuilder.libraryHero(FEATURED_GAME_ID)}
|
src="https://cdn2.steamgriddb.com/hero/95eb39b541856d43649b208b65b6ca9f.jpg"
|
||||||
alt={FEATURED_GAME_TITLE}
|
alt={FEATURED_GAME_TITLE}
|
||||||
className={styles.heroMedia}
|
className={styles.heroMedia}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue