Skip to content

Commit

Permalink
Merge pull request #329 from reflexer-labs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mstfash authored Aug 15, 2022
2 parents 5510342 + a6419e1 commit 9a0c079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Reflexer Labs | App</title>
<title>Reflexer | App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const walletconnect = new WalletConnectConnector({
// mainnet only
export const walletlink = new WalletLinkConnector({
url: NETWORK_URL,
appName: 'Reflexer Labs',
appName: 'Reflexer',
appLogoUrl:
'https://gblobscdn.gitbook.com/spaces%2F-M9jdHretGKCtWYz5jZR%2Favatar-1593281271873.png?alt=media',
})

0 comments on commit 9a0c079

Please sign in to comment.