Neue Nachricht Button.
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
@@ -75,10 +75,16 @@ const Message = () => {
|
||||
) : (
|
||||
<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>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<Router>
|
||||
|
||||
Reference in New Issue
Block a user