Skip to content

Commit

Permalink
Updated favicons (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Jan 9, 2024
1 parent 6eb0912 commit c32f7e2
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/demo-wallet-client/public/favicon.ico
Binary file not shown.
Binary file added packages/demo-wallet-client/public/icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/demo-wallet-client/public/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/demo-wallet-client/public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/demo-wallet-client/public/logo192.png
Binary file not shown.
Binary file removed packages/demo-wallet-client/public/logo512.png
Binary file not shown.
13 changes: 4 additions & 9 deletions packages/demo-wallet-client/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"short_name": "Account Viewer",
"name": "Stellar Account Viewer",
"short_name": "Demo Wallet",
"name": "Stellar Demo Wallet",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down
12 changes: 7 additions & 5 deletions packages/demo-wallet-client/src/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Demo Wallet - Stellar</title>
<meta name="description" content="" />
<link rel="apple-touch-icon" href="/logo192.png" />

<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />

<link rel="manifest" href="/manifest.json" />
<title>Demo Wallet - Stellar</title>
<meta name="theme-color" content="#000000" />
<script src="/settings/env-config.js"></script>
</head>
<body>
Expand Down

0 comments on commit c32f7e2

Please sign in to comment.