diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 47e3a04..650821c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -20,6 +20,15 @@ export const svgs: iSVG[] = [ route: '/library/windsurf-logo.svg', url: 'https://codeium.com/windsurf' }, + { + title: 'Mattermost', + category: 'Software', + "route": { + "light": "/library/mattermost-light.svg", + "dark": "/library/mattermost-dark.svg" + }, + url: 'http://mattermost.com/' + }, { title: 'Inngest', category: 'Software', @@ -3612,5 +3621,12 @@ export const svgs: iSVG[] = [ }, url: 'https://clerk.com/', brandUrl: 'https://clerk.com/design' + }, + { + title: 'Terraform', + category: ['Software', 'Language', 'IaC'], + route: '/library/terraform.svg', + url: 'https://terraform.io', + brandUrl: 'https://brand.hashicorp.com' } ]; diff --git a/src/types/categories.ts b/src/types/categories.ts index ae77c01..8483c29 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -29,4 +29,5 @@ export type tCategory = | 'Authentication' | 'IoT' | 'Config' - | 'Secrets'; + | 'Secrets' + | 'IaC'; diff --git a/static/library/mattermost-dark.svg b/static/library/mattermost-dark.svg new file mode 100644 index 0000000..3901dfa --- /dev/null +++ b/static/library/mattermost-dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/static/library/mattermost-light.svg b/static/library/mattermost-light.svg new file mode 100644 index 0000000..9b05532 --- /dev/null +++ b/static/library/mattermost-light.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/library/terraform.svg b/static/library/terraform.svg new file mode 100644 index 0000000..b2bf281 --- /dev/null +++ b/static/library/terraform.svg @@ -0,0 +1 @@ + \ No newline at end of file