Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Feb 17, 2024
1 parent 973aa51 commit 84f7e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/landing/src/app/[lang]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function Home({

return (
<main className="flex min-h-screen flex-col items-center justify-center p-6 md:p-24">
<div className="pointer-events-none absolute left-0 top-0 h-full w-full overflow-hidden">
<div className="pointer-events-none absolute left-0 top-0 size-full overflow-hidden">
<Blob />
</div>
<h1 className="animate-fade-in-scale text-foreground/80 relative rounded-lg p-5 text-center text-4xl font-bold md:text-6xl lg:text-8xl">
Expand Down

0 comments on commit 84f7e6b

Please sign in to comment.