Update favicon and enhance SiteHeader component with logo image for improved branding
All checks were successful
Deploy / deploy (push) Successful in 3m10s
BIN
src/app/apple-icon.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src/app/favicon-for-app/apple-icon.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
src/app/favicon-for-app/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
src/app/favicon-for-app/icon0.svg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/app/favicon-for-app/icon1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
21
src/app/favicon-for-app/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
1
src/app/icon.svg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/app/icon1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |