Skip to content

Commit 2086fc1

Browse files
ci: apply automated fixes
1 parent d8cb1f7 commit 2086fc1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/devtools-seo/src/seo-tab.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ export const SeoTab = () => {
1717

1818
return (
1919
<MainPanel withPadding>
20-
<nav
21-
class={styles().seoSubNav}
22-
aria-label="SEO sections"
23-
role="tablist"
24-
>
20+
<nav class={styles().seoSubNav} aria-label="SEO sections" role="tablist">
2521
<button
2622
type="button"
2723
role="tab"

0 commit comments

Comments
 (0)