From e302095b11d88af427a7567a374eadf81329eb98 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Thu, 12 Sep 2024 11:58:39 +0530 Subject: [PATCH] tweaks responsivness --- .vscode/settings.json | 3 +++ pages/_app.tsx | 4 ++-- pages/dashboard.tsx | 22 +++++++++++----------- pages/index.tsx | 16 ++++++++-------- 4 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d55ccc7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "git.enabled": true +} \ No newline at end of file diff --git a/pages/_app.tsx b/pages/_app.tsx index 871dfde..7fdb059 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -60,8 +60,8 @@ function MyApp({ Component, pageProps }: AppProps) { - Privy Auth Starter - + W3b Game Dashboard + ( -
-
+
+
{social.name}
-
- - {social.user ? ( - social.name === 'Google' - ? `@${(social.user as Google).email}` - : `@${(social.user as Twitter | Discord).username}` -) : 'Not linked'} - +
+ + {social.user ? ( + social.name === 'Google' + ? `@${(social.user as Google).email}` + : `@${(social.user as Twitter | Discord).username}` + ) : 'Not linked'} +