diff options
Diffstat (limited to 'app/page.tsx')
-rw-r--r-- | app/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/page.tsx b/app/page.tsx index 8584df0..acc0d51 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -49,7 +49,7 @@ export default function Home() { <div className="max-w-4xl mx-auto"> <header className="glass p-6 flex justify-between items-center mb-8"> <h1 className="text-4xl font-bold text-gray-800 dark:text-gray-100"> - 🐧 Penguin New Tab + 🐧 Penguinsssss </h1> <button onClick={() => setTheme(theme === "dark" ? "light" : "dark")} |