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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user