Skip to content

Commit

Permalink
enable app stores
Browse files Browse the repository at this point in the history
  • Loading branch information
woodybury committed Jul 26, 2024
1 parent 8f1d9a0 commit b069365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export const WASM_CLIENT_CONFIG = {

// @todo rm stubbing out store urls until extension is ready
export const APP_STORE_LINKS = {
// chrome: 'https://chrome.google.com/webstore/detail/browsers-unbounded/jonhnkjdlimggpmbehgkgpjgphoepfdj',
chrome: 'https://unbounded.lantern.io/coming-soon',
// firefox: 'https://addons.mozilla.org/en-US/firefox/addon/browsers-unbounded/',
firefox: 'https://unbounded.lantern.io/coming-soon',
chrome: 'https://chrome.google.com/webstore/detail/browsers-unbounded/jonhnkjdlimggpmbehgkgpjgphoepfdj',
// chrome: 'https://unbounded.lantern.io/coming-soon',
firefox: 'https://addons.mozilla.org/en-US/firefox/addon/browsers-unbounded/',
// firefox: 'https://unbounded.lantern.io/coming-soon',
}

0 comments on commit b069365

Please sign in to comment.