Fix manifest and favicon issues

This commit is contained in:
Daniel Lautzenheiser 2022-10-30 10:47:07 -04:00
parent 1b522152d0
commit 75449dea92
No known key found for this signature in database
GPG Key ID: D2F75F7DD915527E
3 changed files with 1 additions and 1 deletions

BIN
website/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -110,7 +110,7 @@ const MobileNavItem = ({ item }: MobileNavItemProps) => {
disablePadding
sx={{
marginTop: '8px',
'&:not(:first-child)': {
'&:not(:first-of-type)': {
marginTop: '20px',
},
}}