refactor: clean up commented-out code and improve theme handling

This commit is contained in:
2025-07-23 19:47:46 +02:00
parent e56278fa82
commit 46dacf1ef7
7 changed files with 33 additions and 35 deletions

View File

@@ -23,7 +23,10 @@ const Header: React.FC = () => {
<ul className="flex space-x-4">
<li>
<a className="hover:underline">
<button onClick={() => changeTheme()} className="bg-blue-700 shadow-md hover:bg-blue-800 transition padding px-4 py-2 rounded-md text-white font-semibold">
<button
onClick={() => changeTheme()}
className="bg-blue-700 shadow-md hover:bg-blue-800 transition padding px-4 py-2 rounded-md text-white font-semibold"
>
Change Theme
</button>
<button