mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 07:22:10 -05:00
Changed mono icon to svg
This commit is contained in:
parent
1235fa7857
commit
c56ef7d416
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": `/assets/icons/monochrome.svg`,
|
"src": `/assets/icons/monochrome.svg`,
|
||||||
"type": "image/png",
|
"type": "image/svg",
|
||||||
"sizes": "48x48",
|
"sizes": "48x48",
|
||||||
"purpose": "monochrome"
|
"purpose": "monochrome"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue