Skip to content

Commit 2244234

Browse files
authored
Merge pull request #730 from plainsignal/ps
Add PlainSignal logo
2 parents c6861a3 + 8dc9f3b commit 2244234

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

src/data/svgs.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3784,5 +3784,11 @@ export const svgs: iSVG[] = [
37843784
category: 'Library',
37853785
route: '/library/eslint.svg',
37863786
url: 'https://eslint.org/'
3787+
},
3788+
{
3789+
title: 'PlainSignal',
3790+
category: 'Analytics',
3791+
route: '/library/plainsignal.svg',
3792+
url: 'https://plainsignal.com/'
37873793
}
37883794
];

src/types/categories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ export type tCategory =
3030
| 'IoT'
3131
| 'Config'
3232
| 'Secrets'
33-
| 'IaC';
33+
| 'IaC'
34+
| 'Analytics';

static/library/plainsignal.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)