mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat: add 'view on seedit' links
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user