We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14a7c2 commit 249b4cfCopy full SHA for 249b4cf
app/routes/_app+/_layout.tsx
@@ -87,9 +87,9 @@ export default function Layout() {
87
</div>
88
</nav>
89
</header>
90
- <main className="flex-1">
+ <div className="flex-1">
91
<Outlet />
92
- </main>
+ </div>
93
<footer className="container my-4 flex items-center justify-between pb-5">
94
<div className="flex items-center gap-4">
95
<Logo />
app/routes/_app+/recipients+/_layout.tsx
@@ -116,9 +116,9 @@ export default function RecipientsLayout() {
116
117
</details>
118
119
- <div className="flex flex-1 overflow-auto">
+ <main className="flex flex-1 overflow-auto">
120
121
- </div>
+ </main>
122
123
124
)
0 commit comments