Skip to content

Commit

Permalink
fix typo (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1412 authored Jul 10, 2023
1 parent 00716ee commit 747e621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connectkit/src/constants/supportedConnectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ if (typeof window != 'undefined') {
//defaultConnect: () => {},
appUrls: {
download: 'https://connect.family.co/v0/download/safe',
website: 'hhttps://safe.global/wallet',
website: 'https://safe.global/wallet',
android: 'https://play.google.com/store/apps/details?id=io.gnosis.safe',
ios: 'https://apps.apple.com/app/id1515759131',
} as IDictionary,
Expand Down

3 comments on commit 747e621

@vercel
Copy link

@vercel vercel bot commented on 747e621 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-vite – ./

connectkit-vite-lfe.vercel.app
connectkit-vite-git-main-lfe.vercel.app
connectkit-vite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 747e621 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-nextjs – ./

connectkit-nextjs.vercel.app
connectkit-nextjs-git-main-lfe.vercel.app
connectkit-nextjs-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 747e621 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-testbench – ./

connectkit-testbench-lfe.vercel.app
connectkit-testbench-git-main-lfe.vercel.app
connectkit-testbench.vercel.app

Please sign in to comment.