Skip to content

Commit 8bede1f

Browse files
committed
Capitalized the labels
1 parent 8f3ade4 commit 8bede1f

File tree

1 file changed

+2
-2
lines changed
  • desktop-app/src/renderer/components/VisionSimulationDropDown

1 file changed

+2
-2
lines changed

desktop-app/src/renderer/components/VisionSimulationDropDown/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const MenuItemLabel = ({
1818
})}
1919
/>
2020
<span
21-
className={cx({
21+
className={cx('capitalize', {
2222
'font-semibold text-black dark:text-white': isActive,
2323
})}
2424
>
@@ -94,7 +94,7 @@ export const VisionSimulationDropDown = ({
9494
{
9595
label: (
9696
<MenuItemLabel
97-
label="Normal Vision"
97+
label="normal vision"
9898
isActive={simulationName === undefined}
9999
/>
100100
),

0 commit comments

Comments
 (0)