📝 Update docs

This commit is contained in:
pheralb 2024-01-24 11:00:42 +00:00
parent 0a55e4d920
commit 184196f0ee
2 changed files with 15 additions and 5 deletions

View File

@ -1,17 +1,21 @@
---
name: Request SVG.
about: Request an SVG here.
title: "[Request]:"
title: '🔔 [Request]:'
labels: request
assignees: pheralb
---
## 🔎 Information:
- **Title**:
- **Category**:
- **Source (.svg)**:
- **Website**:
## Checklist (required):
## 📝 Checklist:
- [x] #739
- [x] I have permission to use this logo.
- [x] I have optimized the SVG for web.
- [x] The size of the SVG is less than **20kb**.
- [x] The `viewBox` is not removed.

View File

@ -10,6 +10,10 @@
Discover
</a>
<span>&nbsp;&nbsp;</span>
<a href="https://github.com/pheralb/svgl/issues/new?assignees=pheralb&labels=request&projects=&template=request-svg-.md&title=%5BRequest%5D%3A">
Request logo
</a>
<span>&nbsp;&nbsp;</span>
<a href="#-getting-started">
Submit logo
</a>
@ -128,7 +132,9 @@ pnpm install
"wordmark": "/library/your_logo_wordmark.svg",
"url": "Website"
},
```
```json
// Add light/dark mode:
{
"title": "Title",
@ -139,7 +145,7 @@ pnpm install
"dark": "/library/your_logo_wordmark_dark.svg"
},
"url": "Website"
},
}
```
> [!NOTE]