fixed incorrect breadcrumb link in analytics page

main
TZGyn 1 year ago
parent 64bc0dc029
commit 76ea2aeb8b
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -187,7 +187,10 @@ export const load = (async (event) => {
const breadcrumbs = [
...parentBreadcrumbs,
{ name: shortener.link, path: '/dashboard/' + shortener.id },
{
name: shortener.link,
path: '/dashboard/links/' + shortener.id,
},
]
return {

Loading…
Cancel
Save