Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
95b9624b
Unverified
Commit
95b9624b
authored
Apr 19, 2023
by
yyip-dev
Committed by
GitHub
Apr 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Update to app store link with tracking params (#6398)
Update to app store link with tracking params
parent
04a04792
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DownloadButton.tsx
src/components/AccountDrawer/DownloadButton.tsx
+1
-1
No files found.
src/components/AccountDrawer/DownloadButton.tsx
View file @
95b9624b
...
@@ -32,7 +32,7 @@ function BaseButton({ onClick, branded, children }: PropsWithChildren<{ onClick?
...
@@ -32,7 +32,7 @@ function BaseButton({ onClick, branded, children }: PropsWithChildren<{ onClick?
)
)
}
}
const
APP_STORE_LINK
=
'
https://apps.apple.com/
us/app/uniswap-wallet/id6443944476
'
const
APP_STORE_LINK
=
'
https://apps.apple.com/
app/apple-store/id6443944476?pt=123625782&ct=In-App-Banners&mt=8
'
const
MICROSITE_LINK
=
'
https://wallet.uniswap.org/
'
const
MICROSITE_LINK
=
'
https://wallet.uniswap.org/
'
const
openAppStore
=
()
=>
{
const
openAppStore
=
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment