Skip to content

Commit

Permalink
⚙️ Merge branch 'main' of github.com:pheralb/svgl.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Sep 12, 2023
2 parents ed2a0a3 + c7c9a02 commit c5dc0d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
17 changes: 12 additions & 5 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1361,41 +1361,48 @@ export const svgs: iSVG[] = [
},
{
id: 195,
title: 'Microsoft SQL Server ',
category: 'Database',
route: '/library/sql-server.svg',
url: 'https://www.microsoft.com/en-us/sql-server/'
},
{
id: 196,
title: 'Biomejs',
category: 'Compiler',
route: '/library/biomejs.svg',
url: 'https://biomejs.dev/'
},
{
id: 196,
id: 197,
title: 'Hono',
category: 'Framework',
route: '/library/hono.svg',
url: 'https://hono.dev/'
},
{
id: 197,
id: 198,
title: 'Million',
category: 'Library',
route: '/library/million.svg',
url: 'https://million.dev/'
},
{
id: 198,
id: 199,
title: 'PandaCSS',
category: 'Library',
route: '/library/pandacss.svg',
url: 'https://panda-css.com/'
},
{
id: 199,
id: 200,
title: 'Pulumi',
category: 'Software',
route: '/library/pulumi.svg',
url: 'https://www.pulumi.com/'
},
{
id: 200,
id: 201,
title: "FastAPI",
category: 'Framework',
route: '/library/fastapi.svg',
Expand Down
2 changes: 1 addition & 1 deletion static/library/mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/sql-server.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit c5dc0d6

@vercel
Copy link

@vercel vercel bot commented on c5dc0d6 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl.vercel.app
svgl-pheralb.vercel.app
svgl-git-main-pheralb.vercel.app

Please sign in to comment.