Skip to content

Commit

Permalink
fix: Dynamically update theme toggle tooltip text based on current mo…
Browse files Browse the repository at this point in the history
…de (#5117)

Co-authored-by: dcode2100 <dikshantsolanki@[email protected]>
  • Loading branch information
Dcode2100 and dcode2100 authored Feb 18, 2025
1 parent 3eb5f8c commit e2e2f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ const App = class extends Component {
</div>
}
>
Dark Mode
{Utils.getFlagsmithHasFeature('dark_mode') ? 'Light Mode' : 'Dark Mode'}
</Tooltip>
</Row>
</nav>
Expand Down

0 comments on commit e2e2f52

Please sign in to comment.