Skip to content

Commit

Permalink
chore(time): update PageLayout component to use a div instead of main…
Browse files Browse the repository at this point in the history
… tag (#97)
  • Loading branch information
SWARVY committed Aug 8, 2024
1 parent 3b1bc2a commit 261c576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/time/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const buttons = [

export default function Home() {
return (
<PageLayout nav footer className="space-y-4">
<PageLayout nav footer className="max-w-xl space-y-4">
<div className="text-center text-xl font-semibold">
<h2 className="inline-block bg-gradient-to-r from-sky-600 via-indigo-500 to-purple-500 bg-clip-text font-bold text-transparent">
OPEN-BETA
Expand Down

0 comments on commit 261c576

Please sign in to comment.