mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
refactor: edit logout message
This commit is contained in:
@@ -11,10 +11,10 @@ const Logout = (props) => {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Card
|
<Card
|
||||||
title="Logout"
|
title="Logout Success"
|
||||||
footerLink={{ path: "/", name: "Go to home" }}
|
footerLink={{ path: "/", name: "Go to home" }}
|
||||||
>
|
>
|
||||||
<p>Logout ok</p>
|
<p>You have been logged out successfully</p>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user