From 30c47d6fe50f1ee627479af97de2d313a461869a Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Tue, 30 Jun 2020 16:52:03 -0300 Subject: [PATCH] :ok_hand: rename to --- .../mobile/{Selector.jsx => PreferencePicker.jsx} | 0 client/modules/Mobile/MobilePreferences.jsx | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename client/components/mobile/{Selector.jsx => PreferencePicker.jsx} (100%) diff --git a/client/components/mobile/Selector.jsx b/client/components/mobile/PreferencePicker.jsx similarity index 100% rename from client/components/mobile/Selector.jsx rename to client/components/mobile/PreferencePicker.jsx diff --git a/client/modules/Mobile/MobilePreferences.jsx b/client/modules/Mobile/MobilePreferences.jsx index 92cc2ec9..b985963a 100644 --- a/client/modules/Mobile/MobilePreferences.jsx +++ b/client/modules/Mobile/MobilePreferences.jsx @@ -10,7 +10,7 @@ import * as IdeActions from '../IDE/actions/ide'; import Screen from '../../components/mobile/MobileScreen'; import Header from '../../components/mobile/Header'; -import Selector from '../../components/mobile/Selector'; +import PreferencePicker from '../../components/mobile/PreferencePicker'; import { ExitIcon } from '../../common/icons'; import { remSize, prop } from '../../theme'; @@ -180,14 +180,14 @@ const MobilePreferences = (props) => {
General Settings - { generalSettings.map(option => ) } + { generalSettings.map(option => ) } Accessibility - { accessibilitySettings.map(option => ) } + { accessibilitySettings.map(option => ) } Accessible Output

Used with screen reader

- { outputSettings.map(option => ) } + { outputSettings.map(option => ) }