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:
@@ -458,12 +458,11 @@ const Description = () => {
|
||||
Plebbit
|
||||
</a>
|
||||
</li>
|
||||
{/* <li onClick={() => handleOptionClick("description")}>
|
||||
<a
|
||||
href={`https://seedit.eth.limo/#/p/${selectedAddress}`}
|
||||
target="_blank" rel="noreferrer"
|
||||
>Seedit</a>
|
||||
</li> */}
|
||||
<li onClick={() => handleOptionClick('description')}>
|
||||
<a href={`https://seedit.eth.limo/#/p/${selectedAddress}`} target='_blank' rel='noreferrer'>
|
||||
Seedit
|
||||
</a>
|
||||
</li>
|
||||
<li onClick={() => handleOptionClick('description')}>
|
||||
<a href={`https://plebones.eth.limo/#/p/${selectedAddress}`} target='_blank' rel='noreferrer'>
|
||||
Plebones
|
||||
@@ -564,6 +563,14 @@ const Description = () => {
|
||||
>
|
||||
<li onClick={() => handleMobileOptionClick('description')}>View on plebbit</li>
|
||||
</a>
|
||||
<a
|
||||
style={{ color: 'inherit', textDecoration: 'none' }}
|
||||
href={`https://seedit.eth.limo/#/p/${selectedAddress}`}
|
||||
target='_blank'
|
||||
rel='noreferrer'
|
||||
>
|
||||
<li onClick={() => handleMobileOptionClick('description')}>View on seedit</li>
|
||||
</a>
|
||||
<a
|
||||
style={{ color: 'inherit', textDecoration: 'none' }}
|
||||
href={`https://plebones.eth.limo/#/p/${selectedAddress}`}
|
||||
|
||||
Reference in New Issue
Block a user