diff --git a/src/common/AppStoreLinks.tsx b/src/common/AppStoreLinks.tsx index 8406961..16f387f 100644 --- a/src/common/AppStoreLinks.tsx +++ b/src/common/AppStoreLinks.tsx @@ -7,24 +7,29 @@ export default function AppStoreLinks({ className }: { className?: string }) { // TODO: Update App Store link href: 'https://www.apple.com/app-store/', img: '/images/app-store.svg', + isDisabled: true, }, { label: 'Google Play', // TODO: Update Google Play link href: 'https://play.google.com/store', img: '/images/google-play.svg', + isDisabled: true, }, ] return (