From fa86c3631feac6ca4f291ed77355a57ebe47e866 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Mon, 16 Sep 2024 16:57:08 +0200 Subject: [PATCH] remove ugly alerts --- src/components/board-buttons/board-buttons.tsx | 8 ++------ src/components/topbar/topbar.tsx | 2 -- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/board-buttons/board-buttons.tsx b/src/components/board-buttons/board-buttons.tsx index 3b4217ff..a168115a 100644 --- a/src/components/board-buttons/board-buttons.tsx +++ b/src/components/board-buttons/board-buttons.tsx @@ -96,13 +96,9 @@ const UpdateButton = () => { <> {/* TODO: Implement update button once available in API */} {isMobile ? ( - + ) : ( - + )} ); diff --git a/src/components/topbar/topbar.tsx b/src/components/topbar/topbar.tsx index bf6ef9eb..f2fa6a39 100644 --- a/src/components/topbar/topbar.tsx +++ b/src/components/topbar/topbar.tsx @@ -91,7 +91,6 @@ const TopBarDesktop = () => { to='boards/create' onClick={(e) => { e.preventDefault(); - alert('Coming soon'); }} > Create @@ -102,7 +101,6 @@ const TopBarDesktop = () => { to='boards' onClick={(e) => { e.preventDefault(); - alert('Coming soon'); }} > Vote