Skip to content

Commit ea6db24

Browse files
committed
chore: format code
1 parent a17dc05 commit ea6db24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/src/components/top-bar.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ export function TopBar({ version, links }: TopBarProps): JSX.Element {
134134
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
135135
</svg>
136136
<input
137-
onClick={() => {
138-
toggleTheme();
139-
}}
137+
onClick={toggleTheme}
140138
id="theme-toggle"
141139
type="checkbox"
142140
value="dzcodeLight"

0 commit comments

Comments
 (0)