Skip to content

Commit 7b5f89a

Browse files
committed
refactor: hide old safe app reference
1 parent e50a968 commit 7b5f89a

File tree

1 file changed

+4
-4
lines changed
  • src/components/settings/DataManagement

1 file changed

+4
-4
lines changed

src/components/settings/DataManagement/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { addressBookSlice, selectAllAddressBooks } from '@/store/addressBookSlic
88
import { addedSafesSlice, selectAllAddedSafes } from '@/store/addedSafesSlice'
99
import { safeAppsSlice, selectSafeApps } from '@/store/safeAppsSlice'
1010
import { selectSettings, settingsSlice } from '@/store/settingsSlice'
11-
import InfoIcon from '@/public/images/notifications/info.svg'
12-
import ExternalLink from '@/components/common/ExternalLink'
11+
// import InfoIcon from '@/public/images/notifications/info.svg'
12+
// import ExternalLink from '@/components/common/ExternalLink'
1313
import { ImportFileUpload } from '@/components/settings/DataManagement/ImportFileUpload'
1414
import { ImportDialog } from '@/components/settings/DataManagement/ImportDialog'
1515
import { SAFE_EXPORT_VERSION } from '@/components/settings/DataManagement/useGlobalImportFileParser'
@@ -98,7 +98,7 @@ const DataManagement = () => {
9898
settings={settings}
9999
safeApps={safeApps}
100100
/>
101-
<Typography>
101+
{/* <Typography>
102102
<SvgIcon
103103
component={InfoIcon}
104104
inheritViewBox
@@ -111,7 +111,7 @@ const DataManagement = () => {
111111
/>
112112
You can also export your data from the{' '}
113113
<ExternalLink href="https://gnosis-safe.io/app/export">old app</ExternalLink>
114-
</Typography>
114+
</Typography> */}
115115
</Grid>
116116
</Grid>
117117
</Paper>

0 commit comments

Comments
 (0)