aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/game.js
diff options
context:
space:
mode:
authorWolfboy248 <121288977+Wolfboy248@users.noreply.github.com>2024-07-11 21:23:32 +0200
committerGitHub <noreply@github.com>2024-07-11 22:23:32 +0300
commit740c6314fba30600b940bb5316b4e7ac2a222323 (patch)
tree606f680162932f2624b5ab55c10ad4a7f29d4a7d /frontend/src/components/pages/game.js
parentdocs: add missing nosla/sla history (#185) (diff)
downloadlphub-740c6314fba30600b940bb5316b4e7ac2a222323.tar.gz
lphub-740c6314fba30600b940bb5316b4e7ac2a222323.tar.bz2
lphub-740c6314fba30600b940bb5316b4e7ac2a222323.zip
feat: improve maplist url (#183)
Diffstat (limited to '')
-rw-r--r--frontend/src/components/pages/game.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/pages/game.js b/frontend/src/components/pages/game.js
index 017760b..301e035 100644
--- a/frontend/src/components/pages/game.js
+++ b/frontend/src/components/pages/game.js
@@ -34,7 +34,7 @@ export default function GameEntry({ gameInfo }) {
34 }) 34 })
35 35
36 return ( 36 return (
37 <Link to={"/games/game?game=" + gameInfo.id}><div className='games-page-item'> 37 <Link to={"/games/" + gameInfo.id}><div className='games-page-item'>
38 <div className='games-page-item-header'> 38 <div className='games-page-item-header'>
39 <div style={{backgroundImage: `url(${gameInfo.image})`}} className='games-page-item-header-img'></div> 39 <div style={{backgroundImage: `url(${gameInfo.image})`}} className='games-page-item-header-img'></div>
40 <span><b>{gameInfo.name}</b></span> 40 <span><b>{gameInfo.name}</b></span>