1
0
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:
Francesco Esposito
2019-07-31 21:51:03 +02:00
parent 9c98501038
commit 95b3c4e497

View File

@@ -11,10 +11,10 @@ const Logout = (props) => {
return (
<div>
<Card
title="Logout"
title="Logout Success"
footerLink={{ path: "/", name: "Go to home" }}
>
<p>Logout ok</p>
<p>You have been logged out successfully</p>
</Card>
</div>
);