fix: className order
This commit is contained in:
parent
739169773b
commit
d283d44c02
6 changed files with 9 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ export const preferredRegion = 'home'
|
|||
|
||||
export default async function IndexPage() {
|
||||
return (
|
||||
<div className="flex flex-col min-h-screen">
|
||||
<div className="flex min-h-screen flex-col">
|
||||
{/* @ts-ignore */}
|
||||
<Header />
|
||||
<main className="flex-1 bg-muted/50">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue