📝 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. name: Request SVG.
about: Request an SVG here. about: Request an SVG here.
title: "[Request]:" title: '🔔 [Request]:'
labels: request labels: request
assignees: pheralb assignees: pheralb
--- ---
## 🔎 Information:
- **Title**: - **Title**:
- **Category**: - **Category**:
- **Source (.svg)**: - **Source (.svg)**:
- **Website**: - **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 Discover
</a> </a>
<span>&nbsp;&nbsp;</span> <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"> <a href="#-getting-started">
Submit logo Submit logo
</a> </a>
@ -128,7 +132,9 @@ pnpm install
"wordmark": "/library/your_logo_wordmark.svg", "wordmark": "/library/your_logo_wordmark.svg",
"url": "Website" "url": "Website"
}, },
```
```json
// Add light/dark mode: // Add light/dark mode:
{ {
"title": "Title", "title": "Title",
@ -139,7 +145,7 @@ pnpm install
"dark": "/library/your_logo_wordmark_dark.svg" "dark": "/library/your_logo_wordmark_dark.svg"
}, },
"url": "Website" "url": "Website"
}, }
``` ```
> [!NOTE] > [!NOTE]