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
+2 -2
View File
@@ -321,7 +321,7 @@ const Board = () => {
const selected = event.target.value;
if (selected === 'subscriptions') {
navigate(`/profile/p/subscriptions`);
navigate(`/p/subscriptions`);
return;
}
@@ -363,7 +363,7 @@ const Board = () => {
<>
<span className="boardList">
[
<Link to={`/profile/p/subscriptions`}>Subscriptions</Link>
<Link to={`/p/subscriptions`}>Subscriptions</Link>
]&nbsp;[
{defaultSubplebbits.map((subplebbit, index) => (
<span className="boardList" key={`span-${subplebbit.address}`}>