Skip to content

Commit

Permalink
Merge pull request #355 from meetpateltech/add-wordmark
Browse files Browse the repository at this point in the history
Add: wordmark version for OpenAI & Perplexity
  • Loading branch information
pheralb committed Jun 1, 2024
2 parents 7bcb167 + 7d55aa2 commit 2e0ca17
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
24 changes: 16 additions & 8 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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/'
},
{
Expand Down Expand Up @@ -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/'
},
{
Expand Down Expand Up @@ -2753,5 +2761,5 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/webcomponents.svg',
url: 'https://www.webcomponents.org/'
},
}
];
1 change: 1 addition & 0 deletions static/library/openai_wordmark_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/openai_wordmark_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/perplexity_wordmark_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/perplexity_wordmark_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e0ca17

Please sign in to comment.