Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
developerplus2025 committed Jul 25, 2024
1 parent d711808 commit 4989e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export const Navigation = (): JSX.Element => {
<div className="flex gap-[2rem] items-center">
<CommandMenu />
<div className="flex gap-[1rem] items-center">
<Switch id="theme-mode" />
<Switch checked id="theme-mode" />
<div className="cursor-pointer hidden h-[24px] border-r"></div>
<Link href="https://github.com/devplus2024/music-app">
<svg
Expand Down

0 comments on commit 4989e8f

Please sign in to comment.