diff --git a/src/components/common/SkipLink.tsx b/src/components/common/SkipLink.tsx
index beae8c0..5aa98c6 100644
--- a/src/components/common/SkipLink.tsx
+++ b/src/components/common/SkipLink.tsx
@@ -3,7 +3,10 @@ interface SkipLinkProps {
}
const SkipLink = ({ href }: SkipLinkProps) => (
-
+
Skip to content
)