about summary refs log tree commit diff
path: root/src/view/screens/Settings/index.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-15 15:50:54 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-15 15:50:54 +0000
commit884f37c34900559d8e3a881dd8fa2ab781eafbdb (patch)
treeeb5e09b29f8bc0da96aafa921da22733af8e2e65 /src/view/screens/Settings/index.tsx
parent577091d44d15680d0c14f7d4571d630bf558a74d (diff)
downloadvoidsky-884f37c34900559d8e3a881dd8fa2ab781eafbdb.tar.zst
rename BirthdaySettings -> BirthDateSettings + remove legacy modal
Diffstat (limited to 'src/view/screens/Settings/index.tsx')
-rw-r--r--src/view/screens/Settings/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx
index 4ea2a6701..3b5e190c1 100644
--- a/src/view/screens/Settings/index.tsx
+++ b/src/view/screens/Settings/index.tsx
@@ -71,7 +71,7 @@ import {SelectableBtn} from 'view/com/util/forms/SelectableBtn'
 import {AccountDropdownBtn} from 'view/com/util/AccountDropdownBtn'
 import {SimpleViewHeader} from 'view/com/util/SimpleViewHeader'
 import {ExportCarDialog} from './ExportCarDialog'
-import {BirthdaySettingsDialog} from '#/components/dialogs/BirthdaySettings'
+import {BirthDateSettingsDialog} from '#/components/dialogs/BirthDateSettings'
 
 function SettingsAccountCard({account}: {account: SessionAccount}) {
   const pal = usePalette('default')
@@ -291,7 +291,7 @@ export function SettingsScreen({}: Props) {
   return (
     <View style={s.hContentRegion} testID="settingsScreen">
       <ExportCarDialog control={exportCarControl} />
-      <BirthdaySettingsDialog
+      <BirthDateSettingsDialog
         control={birthdayControl}
         preferences={preferences}
       />