diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 96fdf0a..d4ec4e4 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1618,6 +1618,13 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, + { + id: 232, + title: 'Hashnode', + category: 'Social', + route: '/library/hashnode.svg', + url: 'https://hashnode.com' + }, { id: 69114, title: 'Rowy', @@ -1631,5 +1638,5 @@ export const svgs: iSVG[] = [ category: 'AI', route: '/library/buildship.svg', url: 'https://buildship.com/' - } + } ]; diff --git a/static/library/hashnode.svg b/static/library/hashnode.svg new file mode 100644 index 0000000..af3505e --- /dev/null +++ b/static/library/hashnode.svg @@ -0,0 +1 @@ + \ No newline at end of file