Skip to content

Commit

Permalink
remove theme buttons in bento box (still WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
saumon-brule committed Sep 1, 2024
1 parent 960e1e5 commit a6ff9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LandingPage/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ export default function LandingPage({ token, accountsList }) {
<h4>Thème de couleur</h4>
<p>Choisissez votre camp : clair comme le jour ou sombre comme votre âme. Passez du mode Clair au mode Sombre en un clic et offrez à vos yeux le repos qu'ils méritent. Parce que même votre interface se doit d'avoir du style.</p>
</div>
<div className="theme-buttons">
{/* <div className="theme-buttons">
<button onClick={() => theme.set("light")} className={theme.get() == "light" ? "activated" : ""}>
<SunIcon />
</button>
<button onClick={() => theme.set("dark")} className={theme.get() == "dark" ? "activated" : ""}>
<MoonIcon />
</button>
</div>
</div> */}
</OutlineEffectDiv>
</HoverFollowDiv>
<HoverFollowDiv displayMode={displayMode} className="bento-card div4">
Expand Down

0 comments on commit a6ff9bf

Please sign in to comment.