We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9b271 commit b985fcaCopy full SHA for b985fca
web/frontend/src/app/wrapped/page.tsx
@@ -18,7 +18,8 @@ function isMobileDevice(userAgent: string): boolean {
18
}
19
20
function getDeepLink(): string {
21
- return 'omi://wrapped';
+ // Use Universal Link format
22
+ return 'https://h.omi.me/wrapped';
23
24
25
function getAppStoreLink(userAgent: string): string {
0 commit comments