change subscriptions route

This commit is contained in:
Tom
2023-05-07 17:22:55 +02:00
parent eae9e08a49
commit 88aa0b5779
6 changed files with 25 additions and 12 deletions
+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="/p/subscriptions" id="view-all">[view all]</Link>
<br />
{account?.subscriptions?.map((subscription, index) => (
<>