From f1dc3221624d0862620609225d27b81ea05f57a5 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Sun, 31 Mar 2024 19:48:23 -0700 Subject: [PATCH] small update --- src/client/GamePage.tsx | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) 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