Skip to content

Commit 45245fc

Browse files
committed
fixes
1 parent b9fa3fe commit 45245fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/src/pages/UserSettingsPage/AppearancePage/AppearanceForm.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ export const AppearanceForm: FC<AppearanceFormProps> = ({
106106
>
107107
<FormControl>
108108
<RadioGroup
109-
aria-labelledby="demo-radio-buttons-group-label"
109+
aria-labelledby="fonts-radio-buttons-group-label"
110110
defaultValue={currentTerminalFont}
111-
name="radio-buttons-group"
111+
name="fonts-radio-buttons-group"
112112
onChange={(_, value) =>
113113
onChangeTerminalFont(toTerminalFontName(value))
114114
}
@@ -120,7 +120,7 @@ export const AppearanceForm: FC<AppearanceFormProps> = ({
120120
control={<Radio />}
121121
label={
122122
<div css={{ fontFamily: fontLabels[name] }}>
123-
IBM Plex Mono
123+
{fontLabels[name]}
124124
</div>
125125
}
126126
/>

0 commit comments

Comments
 (0)