Skip to content

Commit 2fd0f03

Browse files
Update src/components/SkipLink.tsx
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent c238e6f commit 2fd0f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SkipLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const SkipLink: React.FC<IProps> = ({ hrefId }) => {
1111
<Box bg="primary">
1212
<Link
1313
href={hrefId}
14-
lineHeight="2rem"
14+
lineHeight="taller"
1515
position="absolute"
1616
top="-3rem"
1717
ml="2"

0 commit comments

Comments
 (0)