mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
fix(dashboard): fix page links from dashboard
This commit is contained in:
parent
e33ca27dd5
commit
380b01c364
2 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
function getGroupPageUrl(randomizer?: boolean) {
|
||||
let str: string;
|
||||
if (pathName.startsWith("/dash/")) str = "/dash";
|
||||
if (pathName.startsWith("/dash")) str = "/dash";
|
||||
else str = "/profile";
|
||||
|
||||
str += `/g/${group.id}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue