initial
This commit is contained in:
10
web/components/SkipLink.tsx
Normal file
10
web/components/SkipLink.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
export default function SkipLink() {
|
||||
return (
|
||||
<a
|
||||
href="#main"
|
||||
className="sr-only focus:not-sr-only fixed top-2 left-2 z-[100] bg-white text-black px-3 py-2 rounded"
|
||||
>
|
||||
Skip to content
|
||||
</a>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user