diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 7388986a..3ac7e714 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -1220,7 +1220,7 @@ function getSourceUrl(notification: Notification) { sourceType )}` else if (sourceSlug) - return `/${sourceSlug}#${getSourceIdForLinkComponent( + return `${sourceSlug}#${getSourceIdForLinkComponent( sourceId ?? '', sourceType )}`