Skip to content

Commit

Permalink
Fix: rm old domain link
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Feb 8, 2024
1 parent b469efb commit 8bdf83a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/settings/DataManagement/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { addressBookSlice, selectAllAddressBooks } from '@/store/addressBookSlic
import { addedSafesSlice, selectAllAddedSafes } from '@/store/addedSafesSlice'
import { safeAppsSlice, selectSafeApps } from '@/store/safeAppsSlice'
import { selectSettings, settingsSlice } from '@/store/settingsSlice'
import InfoIcon from '@/public/images/notifications/info.svg'
import ExternalLink from '@/components/common/ExternalLink'
import { ImportFileUpload } from '@/components/settings/DataManagement/ImportFileUpload'
import { ImportDialog } from '@/components/settings/DataManagement/ImportDialog'
import { SAFE_EXPORT_VERSION } from '@/components/settings/DataManagement/useGlobalImportFileParser'
Expand Down Expand Up @@ -98,20 +96,6 @@ const DataManagement = () => {
settings={settings}
safeApps={safeApps}
/>
<Typography>
<SvgIcon
component={InfoIcon}
inheritViewBox
fontSize="small"
color="border"
sx={{
verticalAlign: 'middle',
mr: 0.5,
}}
/>
You can also export your data from the{' '}
<ExternalLink href="https://gnosis-safe.io/app/export">old app</ExternalLink>
</Typography>
</Grid>
</Grid>
</Paper>
Expand Down

0 comments on commit 8bdf83a

Please sign in to comment.