Skip to content

Commit 3392e73

Browse files
authored
Merge pull request #751 from phillvdm/add-powersync-logo
Add PowerSync logo
2 parents c9dd4ef + 7a0289b commit 3392e73

File tree

5 files changed

+15
-1
lines changed

5 files changed

+15
-1
lines changed

src/data/svgs.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3816,6 +3816,16 @@ export const svgs: iSVG[] = [
38163816
url: 'https://unjs.io/'
38173817
},
38183818
{
3819+
title: 'PowerSync',
3820+
category: ['Sync Engine', 'Database', 'Library'],
3821+
route: '/library/powersync.svg',
3822+
wordmark: {
3823+
light: '/library/powersync-wordmark-light.svg',
3824+
dark: '/library/powersync-wordmark-dark.svg'
3825+
},
3826+
url: 'https://powersync.com/'
3827+
},
3828+
{
38193829
title: 'n8n',
38203830
category: ['Platform', 'Automation', 'AI'],
38213831
route: '/library/n8n.svg',

src/types/categories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ export type tCategory =
3232
| 'Secrets'
3333
| 'IaC'
3434
| 'Analytics'
35+
| 'Sync Engine';
3536
| 'Platform'
36-
| 'Automation';
37+
| 'Automation';
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

static/library/powersync.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)