Petit changement cosmétique

This commit is contained in:
2025-09-09 08:56:32 +02:00
parent bd37930839
commit 8e45bfa2f9
3 changed files with 5 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ export default function App() {
return (
<div className={theme}>
<header className="flex items-center justify-between p-4 bg-neutral-800">
<h1 className="text-xl font-bold">Mon Logger</h1>
<h1 className="text-xl font-bold">PMO-Music logs</h1>
<button
className="px-4 py-2 bg-blue-600 rounded hover:bg-blue-500"
onClick={toggleTheme}