From d361eb37f402fe2ec1bf7662249fd614434e0dec Mon Sep 17 00:00:00 2001
From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com>
Date: Thu, 25 Sep 2025 17:16:28 +0200
Subject: [PATCH] fix(fe): links in new window
---
frontend/src/app/layout.tsx | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx
index 75b8e78868..f134e58a90 100644
--- a/frontend/src/app/layout.tsx
+++ b/frontend/src/app/layout.tsx
@@ -1,10 +1,8 @@
import {
faArrowUpRight,
- faCheck,
faLink,
faServer,
faSpinnerThird,
- faTriangleExclamation,
Icon,
} from "@rivet-gg/icons";
import { useQuery } from "@tanstack/react-query";
@@ -197,7 +195,13 @@ const Sidebar = ({
/>
}
>
- Discord
+
+ Discord
+
}
>
-
+
GitHub