docs: dark/light icons instructions in readme

This commit is contained in:
Igor Bedesqui 2023-12-11 21:34:15 -03:00
parent b8a102d99b
commit 26a55eddd4

View File

@ -93,6 +93,21 @@ yarn install
}, },
``` ```
or to support a different logo for light and dark themes:
```json
{
"id": 45248,
"title": "Title",
"category": "Category",
"route": {
"light": "/library/your_logo_light.svg",
"dark": "/library/your_logo_dark.svg"
},
"url": "Website"
},
```
And create a pull request with your logo 🚀. And create a pull request with your logo 🚀.
## ✌️ Contributing ## ✌️ Contributing