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
+13 -6
View File
@@ -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}`}