Update app title and favicon
This commit is contained in:
parent
e6f74ec40f
commit
e4d946ff15
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 15 KiB |
@ -7,7 +7,7 @@
|
|||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Web site created using create-react-app"
|
content="Laconic Wallet Web App"
|
||||||
/>
|
/>
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||||
<!--
|
<!--
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 63 KiB |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "React App",
|
"short_name": "Laconic Wallet Web App",
|
||||||
"name": "Create React App Sample",
|
"name": "Laconic Wallet Web App",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
@ -38,7 +38,13 @@ root.render(
|
|||||||
<NetworksProvider>
|
<NetworksProvider>
|
||||||
<AccountsProvider>
|
<AccountsProvider>
|
||||||
<WalletConnectProvider>
|
<WalletConnectProvider>
|
||||||
<NavigationContainer linking={linking}>
|
<NavigationContainer
|
||||||
|
linking={linking}
|
||||||
|
documentTitle={{
|
||||||
|
formatter: () =>
|
||||||
|
`Laconic Wallet`,
|
||||||
|
}}
|
||||||
|
>
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
{Platform.OS === 'web' ? (
|
{Platform.OS === 'web' ? (
|
||||||
<style type="text/css">{`
|
<style type="text/css">{`
|
||||||
|
Loading…
Reference in New Issue
Block a user