diff --git a/src/client/GamePage.tsx b/src/client/GamePage.tsx index 51de8ec..5fe237f 100644 --- a/src/client/GamePage.tsx +++ b/src/client/GamePage.tsx @@ -49,16 +49,29 @@ export const GamePage = () => {
-

{info.release.manifest.title ?? slug!.split("-").map(word => word[0].toUpperCase()+word.slice(1)).join(" ")}

- -
By: {info.release.author}
- +
+

{info.release.manifest.title ?? slug!.split("-").map(word => word[0].toUpperCase()+word.slice(1)).join(" ")}

+

By: {info.release.author}

+
+ +
+
+ Version: +
+
) } \ No newline at end of file