Skip to content

Commit 67a546f

Browse files
authored
Merge pull request #643 from codeitnav/main
Adding Mattermost logo
2 parents 684847f + 11ffb3d commit 67a546f

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

src/data/svgs.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ export const svgs: iSVG[] = [
77
route: '/library/windsurf-logo.svg',
88
url: 'https://codeium.com/windsurf'
99
},
10+
{
11+
title: 'Mattermost',
12+
category: 'Software',
13+
"route": {
14+
"light": "/library/mattermost-light.svg",
15+
"dark": "/library/mattermost-dark.svg"
16+
},
17+
url: 'http://mattermost.com/'
18+
},
1019
{
1120
title: 'Inngest',
1221
category: 'Software',

static/library/mattermost-dark.svg

Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)