mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:21:17 -04:00
remove next-compose-plugins
from config
This commit is contained in:
@@ -33,7 +33,7 @@ const skipNavId = "skip-nav";
|
||||
|
||||
export const SkipToContentLink = () => {
|
||||
return (
|
||||
<HiddenLink href={`#${skipNavId}`} role="link" tabIndex={0}>
|
||||
<HiddenLink href={`#${skipNavId}`} tabIndex={0}>
|
||||
Skip to content
|
||||
</HiddenLink>
|
||||
);
|
||||
|
Reference in New Issue
Block a user