diff --git a/src/app/game/page.tsx b/src/app/game/page.tsx index 43670bc..1ddf9f8 100644 --- a/src/app/game/page.tsx +++ b/src/app/game/page.tsx @@ -99,12 +99,18 @@ export default function Installs () { } >
-

+

{getVersionGame(getVersionInfo(entry)?.game)?.name} v {getVersionInfo(entry)?.versionName}

diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bd963fb..cec19cb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -505,8 +505,8 @@ export default function RootLayout ({

{getVersionGame(v.game)?.name} v @@ -557,7 +557,9 @@ export default function RootLayout ({

{serverVersionList?.games.map((v, i) => (
-

{v.name}

+

+ {v.name} +

diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f7badc..6b4edb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,8 +85,16 @@ export default function Installs () { } >

-

{i.name}

-
+

+ {i.name} +

+