Skip to content

Commit

Permalink
client ui
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnumohanan404 committed Jul 1, 2024
1 parent 7f76278 commit 744ba58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/pages/auth/signout.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ export default () => {
useEffect(() => {
doRequest();
}, []);
return <div>Signing you out...</div>;
return (
<div className="m-5 text-muted-foreground text-lg font-semibold">
Signing you out...
</div>
);
};

0 comments on commit 744ba58

Please sign in to comment.