commit 6824b0d897699ca3236b42be1d3391ac29cc482a
parent 14aa16b1040b81ee6c552af8ef0cb258b6abefe0
Author: tanhengyeow <E0032242@u.nus.edu>
Date: Mon, 1 Jun 2020 20:27:34 +0800
Update frontend assets
Diffstat:
8 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico
Binary files differ.
diff --git a/frontend/public/index.html b/frontend/public/index.html
@@ -2,14 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
+ <link rel="icon" href="%PUBLIC_URL%/libeufin-icon.png" />
<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"
/>
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
+ <link rel="stylesheet" href="index.css" />
+ <link rel="apple-touch-icon" href="%PUBLIC_URL%/libeufin-logo-normal.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,7 +25,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>LibEuFin</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
diff --git a/frontend/public/libeufin-icon.png b/frontend/public/libeufin-icon.png
Binary files differ.
diff --git a/frontend/public/libeufin-logo-large.png b/frontend/public/libeufin-logo-large.png
Binary files differ.
diff --git a/frontend/public/libeufin-logo-normal.png b/frontend/public/libeufin-logo-normal.png
Binary files differ.
diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png
Binary files differ.
diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png
Binary files differ.
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
@@ -1,25 +1,23 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "LibEuFin",
+ "name": "LibEuFin Frontend",
"icons": [
{
- "src": "favicon.ico",
- "sizes": "64x64 32x32 24x24 16x16",
+ "src": "libeufin-icon.png",
+ "sizes": "32x32",
"type": "image/x-icon"
},
{
- "src": "logo192.png",
+ "src": "libeufin-logo-normal.png",
"type": "image/png",
- "sizes": "192x192"
+ "sizes": "170x31"
},
{
- "src": "logo512.png",
+ "src": "libeufin-logo-large.png",
"type": "image/png",
- "sizes": "512x512"
+ "sizes": "333x64"
}
],
"start_url": ".",
- "display": "standalone",
- "theme_color": "#000000",
- "background_color": "#ffffff"
+ "display": "standalone"
}