Revert change to allow for relative links
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -39,7 +39,7 @@ export function safeLinkHref(href: string): string {
|
||||
return "#";
|
||||
}
|
||||
} catch {
|
||||
return "#";
|
||||
return href;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user