mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
updating app icon
This commit is contained in:
parent
d9e19a9379
commit
0bce0c481c
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 15 KiB |
@ -6,8 +6,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
name="IndiCom"
|
||||
content="Communication for the Decentralized Web"
|
||||
/>
|
||||
<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.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>IndiCom</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
@ -7,9 +7,7 @@ export const IdentityWrapper = styled.div`
|
||||
border-bottom: 1px solid #8fbea7;
|
||||
overflow: hidden;
|
||||
border-radius: 8px;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
cursor: pointer;
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user