Skip to content

Commit

Permalink
Merge pull request #108 from sujjeee/main
Browse files Browse the repository at this point in the history
added linux svg
  • Loading branch information
pheralb authored Dec 12, 2023
2 parents e81d70b + 507dda0 commit fd94b58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2073,10 +2073,17 @@ export const svgs: iSVG[] = [
url: 'https://reflex.dev/'
},
{
id: 250,
id: 251,
title: 'Stripe',
category: 'Software',
route: '/library/stripe.svg',
url: 'https://stripe.com/'
},
{
id: 252,
title: 'Linux',
category: 'Software',
route: '/library/linux.svg',
url: 'https://www.linux.org/'
}
];
1 change: 1 addition & 0 deletions static/library/linux.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 fd94b58

@vercel
Copy link

@vercel vercel bot commented on fd94b58 Dec 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.