Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Home() {
return (
<div className="min-h-screen bg-background text-foreground">
<header className="container mx-auto py-6 flex justify-between items-center">
<h1 className="text-2xl font-bold">Theme Switcher</h1>
<h1 className="text-2xl font-bold">Theme Switcher APP</h1>
<ThemeSwitcher />
</header>

Expand Down