fix styling of subscribe button

This commit is contained in:
Tom
2023-05-01 19:01:53 +02:00
parent 0a0d6f4bf4
commit 809151c8f1
4 changed files with 130 additions and 15 deletions
+11 -11
View File
@@ -463,20 +463,20 @@ const Board = () => {
<Link to={`/p/${selectedAddress}/catalog`}>Catalog</Link>
]
</div>
{feed.length > 0 ? (
<>
<span className="subscribe-button-desktop">
[
<button id="subscribe" style={{all: 'unset', cursor: 'pointer'}}>Subscribe</button>
]
</span>
<button className="subscribe-button-mobile btn-wrap">Subscribe</button>
</>
) : (
{feed.length > 0 ? (
<>
<span className="subscribe-button-desktop">
[
<button id="subscribe" style={{all: 'unset', cursor: 'pointer'}}>Subscribe</button>
]
</span>
<button className="subscribe-button-mobile btn-wrap">Subscribe</button>
</>
) : (
<div id="stats" style={{float: "right", marginTop: "5px"}}>
<span>Fetching IPFS...</span>
</div>
)}
)}
<div id="catalog-button-mobile">
<span className="btn-wrap">
<Link to={`/p/${selectedAddress}/catalog`}>Catalog</Link>