diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index e00d84f..901a339 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -2,13 +2,13 @@ import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
- title: 'Cisco',
- category: 'Software',
- route: {
- light: '/library/cisco_light.svg',
- dark: '/library/cisco_dark.svg'
- },
- url: 'https://www.cisco.com/'
+ title: 'Cisco',
+ category: 'Software',
+ route: {
+ light: '/library/cisco_light.svg',
+ dark: '/library/cisco_dark.svg'
+ },
+ url: 'https://www.cisco.com/'
},
{
title: 'Animate',
@@ -1372,6 +1372,10 @@ export const svgs: iSVG[] = [
light: '/library/openai.svg',
dark: '/library/openai_dark.svg'
},
+ wordmark: {
+ light: '/library/openai_wordmark_light.svg',
+ dark: '/library/openai_wordmark_dark.svg'
+ },
url: 'https://openai.com/'
},
{
@@ -2210,6 +2214,10 @@ export const svgs: iSVG[] = [
title: 'Perplexity AI',
category: 'AI',
route: '/library/perplexity.svg',
+ wordmark: {
+ light: '/library/perplexity_wordmark_light.svg',
+ dark: '/library/perplexity_wordmark_dark.svg'
+ },
url: 'https://perplexity.ai/'
},
{
@@ -2753,5 +2761,5 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/webcomponents.svg',
url: 'https://www.webcomponents.org/'
- },
+ }
];
diff --git a/static/library/openai_wordmark_dark.svg b/static/library/openai_wordmark_dark.svg
new file mode 100644
index 0000000..5b90cf5
--- /dev/null
+++ b/static/library/openai_wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/openai_wordmark_light.svg b/static/library/openai_wordmark_light.svg
new file mode 100644
index 0000000..5680459
--- /dev/null
+++ b/static/library/openai_wordmark_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/perplexity_wordmark_dark.svg b/static/library/perplexity_wordmark_dark.svg
new file mode 100644
index 0000000..4e0ddc2
--- /dev/null
+++ b/static/library/perplexity_wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/perplexity_wordmark_light.svg b/static/library/perplexity_wordmark_light.svg
new file mode 100644
index 0000000..d03af13
--- /dev/null
+++ b/static/library/perplexity_wordmark_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file