add view all button in home subscriptions

This commit is contained in:
Tom
2023-05-06 16:28:23 +02:00
parent 75867699f5
commit 1aa5e6d408
+1 -1
View File
@@ -98,7 +98,7 @@ const Home = () => {
<h3 style={{textDecoration: 'underline', display: 'inline'}}>
You have subscribed to {account?.subscriptions?.length} board{account?.subscriptions?.length > 1 ? "s" : null}
</h3>&nbsp;
{/* <Link to="/profile/p/subscriptions" id="view-all">[view all]</Link> */}
<Link to="/profile/p/subscriptions" id="view-all">[view all]</Link>
<br />
{account?.subscriptions?.map((subscription, index) => (
<>