Skip to content

Commit

Permalink
Fixed duplicated slider guidances
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEBAS204 committed Mar 27, 2023
1 parent 581e9ae commit 50d2a57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/settings/Accessibility.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,10 @@ const Accessibility = ({ isTTSEnabled, toggleSpeak }) => {
<Stack>
<SmallHeading>{t('settings.tts_volume')}</SmallHeading>
<VolumeSlider />
<SliderGuidance />
</Stack>
<Stack>
<SmallHeading>{t('settings.tts_rate')}</SmallHeading>
<RateSlider />
<SliderGuidance />
</Stack>
</Stack>
<InputTest />
Expand Down

1 comment on commit 50d2a57

@vercel
Copy link

@vercel vercel bot commented on 50d2a57 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.