Neue Nachricht Button.
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s

This commit is contained in:
2025-01-26 00:34:27 +01:00
parent e05b9dfaf1
commit bda954787f

View File

@@ -75,10 +75,16 @@ const Message = () => {
) : ( ) : (
<p className="text-gray-500">Lädt...</p> <p className="text-gray-500">Lädt...</p>
)} )}
<Link to="/" className="mt-4">
<button className="bg-blue-500 text-white py-2 px-4 rounded-xl hover:bg-blue-600">
Neue Nachricht
</button>
</Link>
</div> </div>
); );
}; };
const App = () => { const App = () => {
return ( return (
<Router> <Router>