updating app icon

This commit is contained in:
Roland Osborne 2022-03-18 23:35:54 -07:00
parent d9e19a9379
commit 0bce0c481c
3 changed files with 4 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
name="description" name="IndiCom"
content="Web site created using create-react-app" content="Communication for the Decentralized Web"
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--
@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>IndiCom</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -7,9 +7,7 @@ export const IdentityWrapper = styled.div`
border-bottom: 1px solid #8fbea7; border-bottom: 1px solid #8fbea7;
overflow: hidden; overflow: hidden;
border-radius: 8px; border-radius: 8px;
&:hover { cursor: pointer;
cursor: pointer;
}
.container { .container {
display: flex; display: flex;