mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 23:20:51 -05:00
pre-render optimizations
This commit is contained in:
@@ -4,7 +4,7 @@ const skipNavId = "skip-nav";
|
||||
|
||||
export const SkipToContentLink = () => {
|
||||
return (
|
||||
<a href={`#${skipNavId}`} tabIndex={0} className={styles.hiddenLink}>
|
||||
<a href={`#${skipNavId}`} tabIndex={0} className={styles.skipNav}>
|
||||
Skip to content
|
||||
</a>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user