From 74f19848dd1953b869ebfd4706275f3cf20d86e4 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 16 Oct 2025 11:00:52 -0700 Subject: [PATCH] Fix links --- src/app/componets/Sidebar.tsx | 2 +- src/app/layout.tsx | 4 ++-- src/app/leaderboards/page.tsx | 2 +- src/app/page.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/componets/Sidebar.tsx b/src/app/componets/Sidebar.tsx index 8e88a0d..40bc79a 100644 --- a/src/app/componets/Sidebar.tsx +++ b/src/app/componets/Sidebar.tsx @@ -111,7 +111,7 @@ export default function Sidebar () { openUrl('https://berrydash.lncvrt.xyz/discord')} + onClick={() => openUrl('https://games.lncvrt.xyz/discord')} className='link' > Community diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f58588a..ef0b6df 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -160,7 +160,7 @@ export default function RootLayout ({ setLoadingText('Checking latest version...') try { const response = await axios.get( - 'https://berrydash.lncvrt.xyz/database/launcher/latest.php' + 'https://games.lncvrt.xyz/database/launcher/latest.php' ) const client = await app.getVersion() if (response.data !== client) { @@ -290,7 +290,7 @@ export default function RootLayout ({