diff --git a/src/components/board-buttons/board-buttons.tsx b/src/components/board-buttons/board-buttons.tsx index b95cae18..402f6683 100644 --- a/src/components/board-buttons/board-buttons.tsx +++ b/src/components/board-buttons/board-buttons.tsx @@ -96,11 +96,11 @@ 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 f2fa6a39..bf6ef9eb 100644 --- a/src/components/topbar/topbar.tsx +++ b/src/components/topbar/topbar.tsx @@ -91,6 +91,7 @@ const TopBarDesktop = () => { to='boards/create' onClick={(e) => { e.preventDefault(); + alert('Coming soon'); }} > Create @@ -101,6 +102,7 @@ const TopBarDesktop = () => { to='boards' onClick={(e) => { e.preventDefault(); + alert('Coming soon'); }} > Vote