mirror of
https://github.com/KevinMidboe/brewPi.git
synced 2026-01-02 07:16:14 +00:00
Feat: Logo (#3)
* Added new logo design * Favicon icons & header links * Logo max width on mobile * Logo as svg component. Replaces PageHeader component * Change favicon background to match website grey * Mobile center align logo & reduce max width
This commit is contained in:
14
static/branding/favicon/site.webmanifest
Normal file
14
static/branding/favicon/site.webmanifest
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#f5f5f7;",
|
||||
"background_color": "#f5f5f7;",
|
||||
"display": "standalone"
|
||||
}
|
||||
Reference in New Issue
Block a user