Skip to content

Commit 0533aff

Browse files
committed
🚸 Move h1 from html to App
1 parent 7eb3af7 commit 0533aff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
/>
5757
</head>
5858
<body>
59-
<h1 class="sr-only" aria-label="Terminal Portfolio">Terminal Portfolio</h1>
6059
<div id="root"></div>
6160
<script type="module" src="/src/main.tsx"></script>
6261
</body>

src/App.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ function App() {
4040

4141
return (
4242
<>
43+
<h1 className="sr-only" aria-label="Terminal Portfolio">
44+
Terminal Portfolio
45+
</h1>
4346
{themeLoaded && (
4447
<ThemeProvider theme={selectedTheme}>
4548
<GlobalStyle />

0 commit comments

Comments
 (0)