From 7847fe1a369c80dbe61106b0f2a6b55ec05d466e Mon Sep 17 00:00:00 2001 From: Spicer Matthews Date: Sun, 12 Jan 2025 17:42:25 -0800 Subject: [PATCH] Added user id to the end of the games url --- src/pages/index.js | 81 +++++++++++++++------------------------------- 1 file changed, 26 insertions(+), 55 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index c495deb0..466393d2 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -896,65 +896,36 @@ const Index = ({ data: fallbackData, userAgent }) => { )} - - -
- - - - -
-
- - {user && ( - -
- - - - - - - - - - -
-
+ + + + + + + )}