♿️(frontend) prevent dates from being focusable
Keep date links clickable with mouse while removing keyboard focus.
This commit is contained in:
@@ -223,7 +223,7 @@ export const DocsGridItemDate = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<StyledLink href={`/docs/${doc.id}`}>
|
||||
<StyledLink href={`/docs/${doc.id}`} tabIndex={-1}>
|
||||
<Text
|
||||
$size="xs"
|
||||
$layer="background"
|
||||
|
||||
Reference in New Issue
Block a user