File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/components/PreferencesModal Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11import React , { useMemo , useCallback } from 'react'
22import { usePreferences } from '../../lib/preferences'
33import { useGlobalKeyDownHandler } from '../../lib/keyboard'
4- import { mdiClose , mdiTruckDeliveryOutline } from '@mdi/js'
4+ import { mdiClose } from '@mdi/js'
55import { useDb } from '../../lib/db'
66import { useRouteParams } from '../../lib/routeParams'
77import MigrationTab from './MigrationTab'
@@ -135,10 +135,7 @@ const PreferencesModal = () => {
135135 < FullScreenContainer >
136136 < ContentContainer >
137137 < ModalHeader >
138- < ModalTitle >
139- < Icon size = { 26 } path = { mdiTruckDeliveryOutline } /> Migrate to Cloud
140- Space
141- </ ModalTitle >
138+ < ModalTitle > Migrate to Cloud Space</ ModalTitle >
142139 < CloseButton onClick = { togglePreferencesModal } >
143140 < Icon path = { mdiClose } />
144141 </ CloseButton >
You can’t perform that action at this time.
0 commit comments