mirror of
https://github.com/KevinMidboe/brewPi.git
synced 2026-02-10 17:59:08 +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:
9
static/branding/favicon/browserconfig.xml
Normal file
9
static/branding/favicon/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
Reference in New Issue
Block a user