From b597d0c704b7560afc40fe567f18e545a259d300 Mon Sep 17 00:00:00 2001 From: Cesar Date: Tue, 2 Jan 2024 16:10:20 +0100 Subject: [PATCH] fix: social icon buttons --- apps/browser/components/Sidebar.tsx | 38 +++++++++++++++++------------ 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/apps/browser/components/Sidebar.tsx b/apps/browser/components/Sidebar.tsx index 17bf3a4a..dd61604b 100644 --- a/apps/browser/components/Sidebar.tsx +++ b/apps/browser/components/Sidebar.tsx @@ -326,24 +326,30 @@ const Sidebar = ({
)}
- { + window.open( + "https://discord.gg/r3rwh69cCa", + "_blank", + "noopener noreferrer" + ); + }} > - - - + + - + +