diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b553440..92b633b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -473,7 +473,7 @@ export const svgs: iSVG[] = [ { id: 68, title: 'Arc', - category: 'Software', + category: 'Social', route: '/library/arc.svg', url: 'https://arc.dev' }, @@ -906,10 +906,10 @@ export const svgs: iSVG[] = [ }, { id: 130, - title: 'WMR', - category: 'Compiler', - route: '/library/wmr.svg', - url: 'https://wmr.dev/' + title: 'Pocketbase', + category: 'Database', + route: '/library/pocket-base.svg', + url: 'https://pocketbase.io/' }, { id: 131, @@ -1223,14 +1223,35 @@ export const svgs: iSVG[] = [ id: 175, title: 'Hugo', category: 'Framework', - route: '/library/hugo.svg', + route: '/library/hugo.svg', url: 'https://gohugo.io/' }, { - id:176, - title:'SASS', - category:'language', - route:'/library/sass.svg', - url:'https://sass-lang.com/' + id: 176, + title: 'Sass', + category: 'Language', + route: '/library/sass.svg', + url: 'https://sass-lang.com/' + }, + { + id: 177, + title: 'Arc', + category: 'Browser', + route: '/library/arc_browser.svg', + url: 'https://arc.net/' + }, + { + id: 178, + title: 'Pinia', + category: 'Library', + route: '/library/pinia.svg', + url: 'https://pinia.vuejs.org/' + }, + { + id: 179, + title: 'Neon', + category: 'Database', + route: '/library/neon.svg', + url: 'https://neon.tech/' } ]; diff --git a/static/library/arc_browser.svg b/static/library/arc_browser.svg new file mode 100644 index 0000000..1911033 --- /dev/null +++ b/static/library/arc_browser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/firefox.svg b/static/library/firefox.svg index 49688f2..32698e7 100644 --- a/static/library/firefox.svg +++ b/static/library/firefox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/neon.svg b/static/library/neon.svg new file mode 100644 index 0000000..e1aa7d1 --- /dev/null +++ b/static/library/neon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/pinia.svg b/static/library/pinia.svg new file mode 100644 index 0000000..3889bda --- /dev/null +++ b/static/library/pinia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/pocket-base.svg b/static/library/pocket-base.svg new file mode 100644 index 0000000..c3d6322 --- /dev/null +++ b/static/library/pocket-base.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/wmr.svg b/static/library/wmr.svg deleted file mode 100644 index 1eca0ef..0000000 --- a/static/library/wmr.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file