aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Link.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Link.tsx')
-rw-r--r--src/components/ui/Link.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/Link.tsx b/src/components/ui/Link.tsx
index a9a429d3a..f9fdd57f9 100644
--- a/src/components/ui/Link.tsx
+++ b/src/components/ui/Link.tsx
@@ -54,6 +54,7 @@ class Link extends Component<IProps> {
54 }); 54 });
55 55
56 return ( 56 return (
57 // biome-ignore lint/a11y/useValidAnchor: <explanation>
57 <a 58 <a
58 href={router.history.createHref(to)} 59 href={router.history.createHref(to)}
59 className={linkClasses} 60 className={linkClasses}