Skip to content

Commit

Permalink
feat: add play store link (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill authored Nov 16, 2024
1 parent 7764050 commit 2b0bc9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/DownloadSection/DownloadSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import {
APK_DIRECT_DOWNLOAD_LINK,
CHROME_STORE_LINK,
DEFAULT_GAP,
PLAY_STORE_LINK,
} from '@site/src/constants';

// enums
Expand Down Expand Up @@ -171,8 +172,9 @@ const DownloadSection: FC<IDefaultSectionProps> = ({ variant }) => {
<WrapItem>
<StoreBadge
airaLabel="Play Store badge"
href=""
href={PLAY_STORE_LINK}
src="/images/store_badges/play_store_badge.png"
type="beta"
/>
</WrapItem>

Expand Down
2 changes: 2 additions & 0 deletions src/constants/Links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 2b0bc9d

Please sign in to comment.