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