add 'coming soon' alert to inactive buttons

This commit is contained in:
Tom (plebeius.eth)
2024-09-12 11:57:24 +02:00
parent 1cfd823ad9
commit f9c82bccfd
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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