diff --git a/src/components/DownloadSection/DownloadSection.tsx b/src/components/DownloadSection/DownloadSection.tsx index 0b441d8..33659b5 100644 --- a/src/components/DownloadSection/DownloadSection.tsx +++ b/src/components/DownloadSection/DownloadSection.tsx @@ -28,6 +28,7 @@ import { APK_DIRECT_DOWNLOAD_LINK, CHROME_STORE_LINK, DEFAULT_GAP, + PLAY_STORE_LINK, } from '@site/src/constants'; // enums @@ -171,8 +172,9 @@ const DownloadSection: FC = ({ variant }) => { diff --git a/src/constants/Links.ts b/src/constants/Links.ts index a771168..5acb75a 100644 --- a/src/constants/Links.ts +++ b/src/constants/Links.ts @@ -8,6 +8,8 @@ export const EDGE_STORE_LINK = export const FIREFOX_ADD_ON_LINK = 'https://addons.mozilla.org/addon/kibisis/'; export const GITHUB_LINK = 'https://github.com/kibis-is/web-extension'; export const KIBISIS_LINK = 'https://kibis.is'; +export const PLAY_STORE_LINK = + 'https://play.google.com/store/apps/details?id=is.kibis.kibisis'; export const REPORT_A_BUG_LINK = 'https://github.com/kibis-is/web-extension/issues/new?assignees=kieranroneill&labels=%F0%9F%90%9B+bug&projects=&template=bug_report_template.yml&title=%5BBug%5D%3A+'; export const SUGGEST_A_FEATURE_LINK =