Skip to content

Commit

Permalink
Merge pull request #340 from RiverTwilight/main
Browse files Browse the repository at this point in the history
fix: Typo for "GitHub"
  • Loading branch information
pheralb committed May 17, 2024
2 parents b7dc803 + 4f555aa commit ac47748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion src/components/warning.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ac47748

Please sign in to comment.