diff --git a/storybook/src/components/SkipLink/SkipLink.stories.tsx b/storybook/src/components/SkipLink/SkipLink.stories.tsx
index a99cd29ff0..0fc5907994 100644
--- a/storybook/src/components/SkipLink/SkipLink.stories.tsx
+++ b/storybook/src/components/SkipLink/SkipLink.stories.tsx
@@ -28,13 +28,11 @@ const meta = {
},
decorators: [
(Story) => (
- <>
-
-
-
-
-
- >
+
+
+
+
+
),
],
} satisfies Meta