style: add create board button and edit boards button

This commit is contained in:
Tom (plebeius.eth)
2024-06-28 21:21:21 +02:00
parent 9241daed34
commit 21794384be
4 changed files with 55 additions and 3 deletions
+11 -1
View File
@@ -80,7 +80,17 @@ const TopBarDesktop = () => {
{subplebbits && (
<>
[{renderSubplebbits(plebbitSubs)}] [{renderSubplebbits(projectsSubs)}] [{renderSubplebbits(interestsSubs)}] [{renderSubplebbits(randomSubs)}] [
{renderSubplebbits(internationalSubs)}]
{renderSubplebbits(internationalSubs)}] [
<Link
to='boards'
onClick={(e) => {
e.preventDefault();
alert('work in progress');
}}
>
Edit
</Link>
]
</>
)}
</span>