mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
⚒️ Fix category.
This commit is contained in:
parent
22d76642b7
commit
8dc456e406
64
data/svgs.ts
64
data/svgs.ts
@ -3,14 +3,14 @@ const logos = [
|
||||
id: 1,
|
||||
href: "/library/discord.svg",
|
||||
title: "Discord",
|
||||
category: "Videocall",
|
||||
category: "Software",
|
||||
url: "https://discord.com/",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
href: "/library/github.svg",
|
||||
title: "Github",
|
||||
category: "Repository",
|
||||
category: "Software",
|
||||
url: "https://github.com/",
|
||||
},
|
||||
{
|
||||
@ -38,7 +38,7 @@ const logos = [
|
||||
id: 6,
|
||||
href: "/library/svelte.svg",
|
||||
title: "Svelte",
|
||||
category: "Framework",
|
||||
category: "Library",
|
||||
url: "https://svelte.dev/",
|
||||
},
|
||||
{
|
||||
@ -66,14 +66,14 @@ const logos = [
|
||||
id: 10,
|
||||
href: "/library/vscode.svg",
|
||||
title: "VSCode",
|
||||
category: "Text Editor",
|
||||
category: "Software",
|
||||
url: "https://code.visualstudio.com/",
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
href: "/library/jwt.svg",
|
||||
title: "JWT",
|
||||
category: "Security",
|
||||
category: "Library",
|
||||
url: "https://jwt.io/",
|
||||
},
|
||||
{
|
||||
@ -87,35 +87,35 @@ const logos = [
|
||||
id: 13,
|
||||
href: "/library/figma.svg",
|
||||
title: "Figma",
|
||||
category: "Design",
|
||||
category: "Software",
|
||||
url: "https://www.figma.com/",
|
||||
},
|
||||
{
|
||||
id: 14,
|
||||
href: "/library/spotify.svg",
|
||||
title: "Spotify",
|
||||
category: "Music",
|
||||
category: "Software",
|
||||
url: "https://www.spotify.com/",
|
||||
},
|
||||
{
|
||||
id: 15,
|
||||
href: "/library/postman.svg",
|
||||
title: "Postman",
|
||||
category: "API",
|
||||
category: "Software",
|
||||
url: "https://www.getpostman.com/",
|
||||
},
|
||||
{
|
||||
id: 16,
|
||||
href: "/library/algolia.svg",
|
||||
title: "Algolia",
|
||||
category: "Search",
|
||||
category: "Library",
|
||||
url: "https://www.algolia.com/",
|
||||
},
|
||||
{
|
||||
id: 17,
|
||||
href: "/library/bootstrap.svg",
|
||||
title: "Bootstrap",
|
||||
category: "CSS Framework",
|
||||
category: "Framework",
|
||||
url: "https://getbootstrap.com/",
|
||||
},
|
||||
{
|
||||
@ -136,7 +136,7 @@ const logos = [
|
||||
id: 20,
|
||||
href: "/library/vitejs.svg",
|
||||
title: "Vite.js",
|
||||
category: "JavaScript Compiler",
|
||||
category: "Compiler",
|
||||
url: "https://vitejs.dev",
|
||||
},
|
||||
{
|
||||
@ -157,70 +157,70 @@ const logos = [
|
||||
id: 23,
|
||||
href: "/library/nodejs.svg",
|
||||
title: "Node.js",
|
||||
category: "JavaScript Runtime",
|
||||
category: "Library",
|
||||
url: "https://nodejs.org/",
|
||||
},
|
||||
{
|
||||
id: 24,
|
||||
href: "/library/esbuild.svg",
|
||||
title: "Esbuild",
|
||||
category: "JavaScript Compiler",
|
||||
category: "Compiler",
|
||||
url: "https://esbuild.github.io/",
|
||||
},
|
||||
{
|
||||
id: 25,
|
||||
href: "/library/deno.svg",
|
||||
title: "Deno",
|
||||
category: "JavaScript Runtime",
|
||||
category: "Library",
|
||||
url: "https://deno.land/",
|
||||
},
|
||||
{
|
||||
id: 26,
|
||||
href: "/library/gatsby.svg",
|
||||
title: "Gatsby",
|
||||
category: "Static Site Generator",
|
||||
category: "Framework",
|
||||
url: "https://www.gatsbyjs.org/",
|
||||
},
|
||||
{
|
||||
id: 27,
|
||||
href: "/library/npm.svg",
|
||||
title: "NPM",
|
||||
category: "Package Manager",
|
||||
category: "Software",
|
||||
url: "https://www.npmjs.com/",
|
||||
},
|
||||
{
|
||||
id: 28,
|
||||
href: "/library/homebrew.svg",
|
||||
title: "Homebrew",
|
||||
category: "Package Manager",
|
||||
category: "Software",
|
||||
url: "https://brew.sh/",
|
||||
},
|
||||
{
|
||||
id: 29,
|
||||
href: "/library/sublimetext.svg",
|
||||
title: "Sublime Text",
|
||||
category: "Text Editor",
|
||||
category: "Software",
|
||||
url: "https://www.sublimetext.com/",
|
||||
},
|
||||
{
|
||||
id: 30,
|
||||
href: "/library/turborepo.svg",
|
||||
title: "TurboRepo",
|
||||
category: "Package Manager",
|
||||
category: "Library",
|
||||
url: "https://turborepo.org/",
|
||||
},
|
||||
{
|
||||
id: 31,
|
||||
href: "/library/tailwindcss.svg",
|
||||
title: "Tailwind CSS",
|
||||
category: "CSS Framework",
|
||||
category: "Framework",
|
||||
url: "https://tailwindcss.com/",
|
||||
},
|
||||
{
|
||||
id: 32,
|
||||
href: "/library/styledcomponents.svg",
|
||||
title: "Styled Components",
|
||||
category: "CSS-in-JS",
|
||||
category: "Library",
|
||||
url: "https://styled-components.com/",
|
||||
},
|
||||
{
|
||||
@ -241,21 +241,21 @@ const logos = [
|
||||
id: 35,
|
||||
href: "/library/lit.svg",
|
||||
title: "Lit",
|
||||
category: "Web Components",
|
||||
category: "Library",
|
||||
url: "https://lit.dev/",
|
||||
},
|
||||
{
|
||||
id: 36,
|
||||
href: "/library/atom.svg",
|
||||
title: "Atom",
|
||||
category: "Text Editor",
|
||||
category: "Software",
|
||||
url: "https://atom.io/",
|
||||
},
|
||||
{
|
||||
id: 37,
|
||||
href: "/library/youtube.svg",
|
||||
title: "YouTube",
|
||||
category: "Video Platform",
|
||||
category: "Social",
|
||||
url: "https://www.youtube.com/",
|
||||
},
|
||||
{
|
||||
@ -269,28 +269,28 @@ const logos = [
|
||||
id: 39,
|
||||
href: "/library/google.svg",
|
||||
title: "Google",
|
||||
category: "Search",
|
||||
category: "Social",
|
||||
url: "https://www.google.com/",
|
||||
},
|
||||
{
|
||||
id: 40,
|
||||
href: "/library/framer.svg",
|
||||
title: "Framer",
|
||||
category: "Design",
|
||||
category: "Software",
|
||||
url: "https://framer.com/",
|
||||
},
|
||||
{
|
||||
id: 41,
|
||||
href: "/library/netflix.svg",
|
||||
title: "Netflix",
|
||||
category: "Video Platform",
|
||||
category: "Entertainment",
|
||||
url: "https://www.netflix.com/",
|
||||
},
|
||||
{
|
||||
id: 42,
|
||||
href: "/library/firefox.svg",
|
||||
title: "Firefox",
|
||||
category: "Browser",
|
||||
category: "Software",
|
||||
url: "https://www.mozilla.org/en-US/firefox/",
|
||||
},
|
||||
{
|
||||
@ -318,28 +318,28 @@ const logos = [
|
||||
id: 46,
|
||||
href: "/library/headlessui.svg",
|
||||
title: "Headless UI",
|
||||
category: "Design",
|
||||
category: "Library",
|
||||
url: "https://headlessui.dev/",
|
||||
},
|
||||
{
|
||||
id: 47,
|
||||
href: "/library/kotlin.svg",
|
||||
title: "Kotlin",
|
||||
category: "Java",
|
||||
category: "Language",
|
||||
url: "https://kotlinlang.org/",
|
||||
},
|
||||
{
|
||||
id: 48,
|
||||
href: "/library/tiktok.svg",
|
||||
title: "TikTok",
|
||||
category: "Video Platform",
|
||||
category: "Social",
|
||||
url: "https://tiktok.com/",
|
||||
},
|
||||
{
|
||||
id: 49,
|
||||
href: "/library/storybook.svg",
|
||||
title: "Storybook",
|
||||
category: "UI component explorer",
|
||||
category: "Software",
|
||||
url: "https://storybook.js.org/",
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user