mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
fix: Typo for "GitHub"
This commit is contained in:
parent
0b5eb17dc3
commit
4f555aa2e0
@ -162,7 +162,7 @@ A list of extensions that use the [svgl API](https://svgl.app/api), created by t
|
||||
|
||||
| | Extension | Description | Created by | Link |
|
||||
| ---------------------------------------------------------------------------------------------- | ---------------- | -------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------- |
|
||||
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/svgl.svg" height="25" /> | svgls | A CLI for easily adding SVG icons to your project. | [sujjeee](https://twitter.com/sujjeeee) | [Github Repository](https://github.com/sujjeee/svgls) |
|
||||
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/svgl.svg" height="25" /> | svgls | A CLI for easily adding SVG icons to your project. | [sujjeee](https://twitter.com/sujjeeee) | [GitHub Repository](https://github.com/sujjeee/svgls) |
|
||||
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/figma.svg" height="25" /> | SVGL for Figma | Add svgs from svgl to your Figma project. | [quilljou](https://twitter.com/quillzhou) | [Figma Plugin](https://www.figma.com/community/plugin/1320306989350693206/svgl) |
|
||||
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/raycast.svg" height="25" /> | SVGL for Raycast | Search SVG logos via svgl. | [1weiho](https://twitter.com/1weiho) | [Raycast Store](https://www.raycast.com/1weiho/svgl) |
|
||||
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/vscode.svg" height="25" /> | SVGL for VSCode | SVGL directly in your VSCode. | [girlazote](https://twitter.com/girlazote) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=EsteveSegura.svgl) |
|
||||
|
@ -24,7 +24,7 @@
|
||||
target="_blank"
|
||||
class="underline underline-offset-4 decoration-dotted decoration-neutral-500"
|
||||
href="https://github.com/pheralb/svgl/issues/new">create an issue</a
|
||||
> on Github.
|
||||
> on GitHub.
|
||||
</p>
|
||||
</div>
|
||||
<button
|
||||
|
@ -559,7 +559,7 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://nestjs.com/'
|
||||
},
|
||||
{
|
||||
title: 'Github Copilot',
|
||||
title: 'GitHub Copilot',
|
||||
category: 'Software',
|
||||
route: {
|
||||
light: '/library/copilot.svg',
|
||||
|
Loading…
Reference in New Issue
Block a user