Skip to content

Commit eb79064

Browse files
pamelafoxCopilot
andauthored
Update app/frontend/src/pages/layout/Layout.tsx
Co-authored-by: Copilot <[email protected]>
1 parent b203c77 commit eb79064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/frontend/src/pages/layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const Layout = () => {
7575
</div>
7676
</header>
7777

78-
<main className={styles.main} role="main" id="main-content">
78+
<main className={styles.main} id="main-content">
7979
<Outlet />
8080
</main>
8181
</div>

0 commit comments

Comments
 (0)