Skip to content

Commit a6419e1

Browse files
committed
naming changes
1 parent a76b3aa commit a6419e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1313
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14-
<title>Reflexer Labs | App</title>
14+
<title>Reflexer | App</title>
1515
</head>
1616
<body>
1717
<noscript>You need to enable JavaScript to run this app.</noscript>

src/connectors/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const walletconnect = new WalletConnectConnector({
4747
// mainnet only
4848
export const walletlink = new WalletLinkConnector({
4949
url: NETWORK_URL,
50-
appName: 'Reflexer Labs',
50+
appName: 'Reflexer',
5151
appLogoUrl:
5252
'https://gblobscdn.gitbook.com/spaces%2F-M9jdHretGKCtWYz5jZR%2Favatar-1593281271873.png?alt=media',
5353
})

0 commit comments

Comments
 (0)