Skip to content

Commit

Permalink
Added better favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Jan 18, 2024
1 parent f88970d commit 51fabe1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/db/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="192x192" href="/logo192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="/logo192.png" />
Expand Down
Binary file added packages/db/public/apple-touch-icon.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/db/public/favicon-16x16.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/db/public/favicon-32x32.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 modified packages/db/public/favicon.ico
Binary file not shown.
16 changes: 13 additions & 3 deletions packages/db/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
"short_name": "AA-DB",
"name": "Atlas Academy DB",
"icons": [
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "favicon-32x32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"sizes": "32x32",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "favicon-16x16.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "16x16"
}
],
"start_url": ".",
Expand Down

0 comments on commit 51fabe1

Please sign in to comment.