diff --git a/src/data/svgs.ts b/src/data/svgs.ts index dc9b1f2..94344da 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, @@ -1561,5 +1561,12 @@ export const svgs: iSVG[] = [ category: 'Design', route: '/library/premiere.svg', url: 'https://x.com' + }, + { + id: 224, + title: 'VK', + category: 'Social', + route: '/library/vk.svg', + url: 'https://vk.com' } ]; 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