+ id="main-content">
Page heading (h1)
diff --git a/src/stories/templates/landing.stories.tsx b/src/stories/templates/landing.stories.tsx
index 8b3787f690..0b129c4257 100644
--- a/src/stories/templates/landing.stories.tsx
+++ b/src/stories/templates/landing.stories.tsx
@@ -134,36 +134,31 @@ export const LandingPage = (): React.ReactElement => {
+ href="javascript:void(0);">
Facebook
,
+ href="javascript:void(0);">
Twitter
,
+ href="javascript:void(0);">
YouTube
,
+ href="#">
Instagram
,
+ href="javascript:void(0);">
RSS
,
]}
@@ -210,8 +205,7 @@ export const LandingPage = (): React.ReactElement => {
primaryItems={primaryNavItems}
secondaryItems={secondaryNavItems}
onToggleMobileNav={toggleMobileNav}
- mobileExpanded={mobileNavOpen}
- >
+ mobileExpanded={mobileNavOpen}>
diff --git a/src/stories/templates/mutliplesignin.stories.tsx b/src/stories/templates/mutliplesignin.stories.tsx
index 881eec41a0..c820793ed8 100644
--- a/src/stories/templates/mutliplesignin.stories.tsx
+++ b/src/stories/templates/mutliplesignin.stories.tsx
@@ -73,36 +73,31 @@ const footerSecondary = (
+ href="javascript:void(0);">
Facebook
,
+ href="javascript:void(0);">
Twitter
,
+ href="javascript:void(0);">
YouTube
,
+ href="#">
Instagram
,
+ href="javascript:void(0);">
RSS
,
]}
@@ -157,15 +152,13 @@ export const MultipleSignInOptions = (): React.ReactElement => {
+ className="margin-x-neg-205 margin-bottom-7 flex-justify-center">
+ className="padding-x-205 margin-bottom-7">
A tagline that explains the benefit of creating an account.
@@ -221,8 +214,7 @@ export const MultipleSignInOptions = (): React.ReactElement => {
mobileLg={{ col: 10 }}
tablet={{ col: 8 }}
desktop={{ col: 6 }}
- className="padding-x-205"
- >
+ className="padding-x-205">
@@ -244,8 +238,7 @@ export const NotFoundPage = (): React.ReactElement => {
+ id="main-content">
Page not found
diff --git a/src/stories/templates/signin.stories.tsx b/src/stories/templates/signin.stories.tsx
index dbd904ec2e..e1857ab2f9 100644
--- a/src/stories/templates/signin.stories.tsx
+++ b/src/stories/templates/signin.stories.tsx
@@ -77,36 +77,31 @@ const footerSecondary = (
+ href="javascript:void(0);">
Facebook
,
+ href="javascript:void(0);">
Twitter
,
+ href="javascript:void(0);">
YouTube
,
+ href="#">
Instagram
,
+ href="javascript:void(0);">
RSS
,
]}
@@ -199,8 +194,7 @@ export const SignIn = (): React.ReactElement => {
aria-controls="password-create-account password-create-account-confirm"
onClick={(): void =>
setShowPassword((showPassword) => !showPassword)
- }
- >
+ }>
{showPassword ? 'Hide password' : 'Show password'}