Skip to content

Commit

Permalink
chore(burner-wallet): update index.html and site metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Sep 30, 2019
1 parent b411c86 commit ed133a2
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 38 deletions.
2 changes: 2 additions & 0 deletions packages/burner-wallet/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* /index.html 200
/preview.png /preview.png 200
Binary file modified packages/burner-wallet/public/favicon.ico
Binary file not shown.
39 changes: 18 additions & 21 deletions packages/burner-wallet/public/index.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sablier Burner Wallet</title>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<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="logo192.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/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
<meta name="description" content="Earn DAI in real-time with the Sablier Burner Wallet" />
<meta name="theme-color" content="#f4a261" />

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
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>
<meta name="og:type" content="website" />
<meta name="og:title" content="Sablier" />
<meta name="og:description" content="Earn DAI in real-time with the Sablier Burner Wallet" />
<meta name="og:image" content="%PUBLIC_URL%/preview.png" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@SablierHQ" />
<meta name="twitter:title" content="Sablier" />
<meta name="twitter:description" content="Earn DAI in real-time with the Sablier Burner Wallet" />
<meta name="twitter:image" content="%PUBLIC_URL%/preview.png" />

<link rel="apple-touch-icon" href="favicon.ico" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="modal-root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down
Binary file removed packages/burner-wallet/public/logo192.png
Binary file not shown.
22 changes: 5 additions & 17 deletions packages/burner-wallet/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Sablier",
"name": "Sablier Burner Wallet",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "icon.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#F8FAFF",
"theme_color": "#f77423"
}
Binary file added packages/burner-wallet/public/preview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed133a2

Please sign in to comment.