Skip to content

Commit 4267faf

Browse files
committed
Add semantic markup
1 parent 7d39847 commit 4267faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { SierpinskiTriangle } from "./components/sierpinskiTriangle";
55

66
export const App: FunctionComponent<Record<string, never>> = () => {
77
return (
8-
<div className="sierpinski-triangle">
8+
<main className="sierpinski-triangle">
99
<SierpinskiTriangle />
1010
<GithubLink />
11-
</div>
11+
</main>
1212
);
1313
};

0 commit comments

Comments
 (0)