fix: Navigate to App Store directly. (#623)

This commit is contained in:
Caspian Zhao 2023-06-12 22:36:21 +08:00 committed by GitHub
parent 58f036427d
commit 8eba442d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ async function OIAPage() {
const download = useCallback(() => {
window.open(
"https://apps.apple.com/us/app/xlog-on-chain-blogging/id6449499296",
"itms-apps://apps.apple.com/app/xlog-on-chain-blogging/id6449499296",
)
}, [])