Skip to content

Commit

Permalink
Merge pull request #53 from Kevin04C/main
Browse files Browse the repository at this point in the history
Add Microsoft SQL Server
  • Loading branch information
pheralb committed Jul 16, 2023
2 parents 61df405 + 29e2f6a commit c7c9a02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1358,5 +1358,12 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/vueuse.svg',
url: 'https://vueuse.org/'
},
{
id: 194,
title: 'Microsoft SQL Server ',
category: 'Database',
route: '/library/sql-server.svg',
url: 'https://www.microsoft.com/en-us/sql-server/'
}
];
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 c7c9a02

@vercel
Copy link

@vercel vercel bot commented on c7c9a02 Jul 16, 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-git-main-pheralb.vercel.app
svgl-pheralb.vercel.app
svgl.vercel.app

Please sign in to comment.