diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 82e1786..bda979a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -230,7 +230,7 @@ export const svgs: iSVG[] = [ title: 'Angular', category: 'Framework', route: '/library/angular.svg', - url: 'https://angular.io/' + url: 'https://angular.dev/' }, { id: 34, @@ -1564,6 +1564,13 @@ export const svgs: iSVG[] = [ }, { id: 224, + title: 'VK', + category: 'Social', + route: '/library/vk.svg', + url: 'https://vk.com' + }, + { + id: 225, title: 'Hoppscotch', category: 'Software', route: '/library/hoppscotch.svg', diff --git a/static/library/angular.svg b/static/library/angular.svg index 0c03054..5f97e51 100644 --- a/static/library/angular.svg +++ b/static/library/angular.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/vk.svg b/static/library/vk.svg new file mode 100644 index 0000000..39abe0a --- /dev/null +++ b/static/library/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file