From e50c1abb3397b9d203d594bfcf776e066d934b8f Mon Sep 17 00:00:00 2001 From: codeitnav Date: Sat, 3 May 2025 17:01:04 +0530 Subject: [PATCH] Added Mattermost logo --- src/data/svgs.ts | 9 +++++++++ static/library/mattermost-dark.svg | 10 ++++++++++ static/library/mattermost-light.svg | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 static/library/mattermost-dark.svg create mode 100644 static/library/mattermost-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c2eefd1..0a94f8a 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: 'daisyUI', category: 'Library', 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