Skip to content

Commit

Permalink
Fix: remove old app store button (#4546)
Browse files Browse the repository at this point in the history
* Fix: remove old app store button

* Rm import
  • Loading branch information
katspaugh authored Nov 22, 2024
1 parent 5f8fad0 commit 6ff9e32
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 49 deletions.
1 change: 0 additions & 1 deletion public/images/common/appstore-light.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/images/common/appstore.svg

This file was deleted.

34 changes: 0 additions & 34 deletions src/components/common/AppStoreButton/index.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/components/common/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useRouter } from 'next/router'
import css from './styles.module.css'
import { AppRoutes } from '@/config/routes'
import packageJson from '../../../../package.json'
import AppstoreButton from '../AppStoreButton'
import ExternalLink from '../ExternalLink'
import MUILink from '@mui/material/Link'
import { HELP_CENTER_URL, IS_DEV, IS_OFFICIAL_HOST } from '@/config/constants'
Expand Down Expand Up @@ -83,9 +82,6 @@ const Footer = (): ReactElement | null => {
<SvgIcon component={GitHubIcon} inheritViewBox fontSize="inherit" sx={{ mr: 0.5 }} /> v{packageJson.version}
</ExternalLink>
</li>
<li>
<AppstoreButton placement="footer" />
</li>
</ul>
</footer>
)
Expand Down
1 change: 0 additions & 1 deletion src/services/analytics/events/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './addressBook'
export * from './assets'
export * from './createLoadSafe'
export * from './mobileAppPromotion'
export * from './modals'
export * from './overview'
export * from './safeApps'
Expand Down
8 changes: 0 additions & 8 deletions src/services/analytics/events/mobileAppPromotion.ts

This file was deleted.

0 comments on commit 6ff9e32

Please sign in to comment.