feat(post): clicking "+" button next to "omitted replies" message shows all replies

This commit is contained in:
Tom (plebeius.eth)
2024-07-01 10:33:11 +02:00
parent d78ce84db4
commit 713739b02f
3 changed files with 10 additions and 41 deletions
+10
View File
@@ -90,6 +90,16 @@ const TopBarDesktop = () => {
>
Create
</Link>
] [
<Link
to='boards'
onClick={(e) => {
e.preventDefault();
alert('work in progress');
}}
>
Vote
</Link>
]
</>
)}