diff --git a/src/data/svgs.ts b/src/data/svgs.ts index eb35d74..4fc1e21 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -7,6 +7,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', 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