We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f66fd5 commit 0554f36Copy full SHA for 0554f36
components/Home.jsx
@@ -13,7 +13,7 @@ export default function Home() {
13
});
14
// set the user state to null
15
mutate(null);
16
- M.toast({ html: 'Logged out' })
+ M.toast({ html: 'Logged out' ,classes:'toast'})
17
isLoading(false);
18
};
19
return (
0 commit comments