feat: add 'view on seedit' links

This commit is contained in:
plebeius.eth
2023-12-15 12:58:47 +01:00
parent 3a51e5022f
commit 83c93c5861
9 changed files with 50 additions and 30 deletions
+1 -1
View File
@@ -2182,7 +2182,7 @@ const Board = () => {
</a>
</li>
<li onClick={() => handleOptionClick(thread.cid)}>
<a href={`https://seedit.netlify.app/#/p/${selectedAddress}/c/${thread.cid}`} target='_blank' rel='noreferrer'>
<a href={`https://seedit.eth.limo/#/p/${selectedAddress}/c/${thread.cid}`} target='_blank' rel='noreferrer'>
Seedit
</a>
</li>