mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
fix: theme persistence
save user theme preferences in session instead of localStorage
This commit is contained in:
@@ -66,7 +66,6 @@ export default function LinkControls({ link }: { link: Link }) {
|
||||
.catch(console.error);
|
||||
};
|
||||
|
||||
console.log(link.favorite, link.favorite ? 'oui' : 'non');
|
||||
return (
|
||||
<Dropdown
|
||||
label={<BsThreeDotsVertical css={{ color: theme.colors.grey }} />}
|
||||
|
||||
Reference in New Issue
Block a user