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