diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 01fe393..af4a595 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1902,5 +1902,29 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/xbox.svg', url: 'https://www.xbox.com/' + }, + { + title: 'Cody', + category: 'AI', + route: '/library/cody.svg', + url: 'https://about.sourcegraph.com/' + }, + { + title: 'Sourcegraph', + category: 'AI', + route: '/library/sourcegraph.svg', + url: 'https://about.sourcegraph.com/' + }, + { + title: 'Claude AI', + category: 'AI', + route: '/library/claude-ai.svg', + url: 'https://claude.ai/' + }, + { + title: 'Perplexity AI', + category: 'AI', + route: '/library/perplexity.svg', + url: 'https://perplexity.ai/' } ]; diff --git a/static/library/claude-ai.svg b/static/library/claude-ai.svg new file mode 100644 index 0000000..342d40b --- /dev/null +++ b/static/library/claude-ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/cody.svg b/static/library/cody.svg new file mode 100644 index 0000000..e593133 --- /dev/null +++ b/static/library/cody.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/static/library/perplexity.svg b/static/library/perplexity.svg new file mode 100644 index 0000000..5091b5a --- /dev/null +++ b/static/library/perplexity.svg @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/static/library/sourcegraph.svg b/static/library/sourcegraph.svg new file mode 100644 index 0000000..728cc1d --- /dev/null +++ b/static/library/sourcegraph.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file