Skip to content

Commit 49eff55

Browse files
committed
Lint
1 parent 4bfc525 commit 49eff55

File tree

1 file changed

+1
-6
lines changed
  • special-pages/pages/special-error/app/components

1 file changed

+1
-6
lines changed

special-pages/pages/special-error/app/components/Warning.jsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,7 @@ export function WarningHeading() {
7575
return (
7676
<header className={classNames(styles.heading, styles[kind])}>
7777
<i className={styles.icon} aria-hidden="true" />
78-
<Text
79-
as="h1"
80-
variant={textVariant}
81-
strictSpacing={isMobile}
82-
className={styles.title}
83-
>
78+
<Text as="h1" variant={textVariant} strictSpacing={isMobile} className={styles.title}>
8479
{heading}
8580
</Text>
8681
</header>

0 commit comments

Comments
 (0)