Skip to content

Commit

Permalink
fix(client): update github link
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Sep 9, 2024
1 parent 33bb8af commit 0ec1da3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client'
import { ExternalLink } from 'c/ExternalLink'
import { Links } from 'l/types'
import { Links } from 'l/constants'
import Link from 'next/link'

export default function Home() {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/ExternalLink.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Links } from 'l/types'
import type { Links } from 'l/constants'
import Link from 'next/link'
import type { FC, ReactNode } from 'react'

Expand Down
2 changes: 1 addition & 1 deletion client/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export enum ProofStep {

export enum Links {
ANDROID_APP = 'https://play.google.com/store/apps/details?id=com.proofofpassportapp',
GITHUB = 'https://github.com/dog18/dog18',
GITHUB = 'https://github.com/dog-18/dog18',
IOS_APP = 'https://apps.apple.com/us/app/proof-of-passport/id6478563710',
}

0 comments on commit 0ec1da3

Please sign in to comment.