remove ugly alerts

This commit is contained in:
Tom (plebeius.eth)
2024-09-16 16:57:08 +02:00
parent aa5b741239
commit fa86c3631f
2 changed files with 2 additions and 8 deletions
-2
View File
@@ -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