Skip to content

Commit 0554f36

Browse files
committed
Updated Home
1 parent 8f66fd5 commit 0554f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Home() {
1313
});
1414
// set the user state to null
1515
mutate(null);
16-
M.toast({ html: 'Logged out' })
16+
M.toast({ html: 'Logged out' ,classes:'toast'})
1717
isLoading(false);
1818
};
1919
return (

0 commit comments

Comments
 (0)