Skip to content

Commit 067cea0

Browse files
committed
updating svg and sorting by technology
1 parent f52ebdb commit 067cea0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/datasets/providers/hyphen.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,11 @@ export const Hyphen: Provider = {
66
logo: HyphenNoFillSvg,
77
technologies: [
88
{
9-
technology: 'JavaScript',
9+
technology: '.NET',
1010
vendorOfficial: true,
11-
href: 'https://github.com/Hyphen/openfeature-provider-javascript-server',
11+
href: 'https://github.com/Hyphen/openfeature-provider-dotnet',
1212
category: ['Server'],
1313
},
14-
{
15-
technology: 'JavaScript',
16-
vendorOfficial: true,
17-
href: 'https://github.com/Hyphen/openfeature-provider-javascript-web',
18-
category: ['Client'],
19-
},
2014
{
2115
technology: 'Go',
2216
vendorOfficial: false,
@@ -30,9 +24,15 @@ export const Hyphen: Provider = {
3024
category: ['Server'],
3125
},
3226
{
33-
technology: '.NET',
27+
technology: 'JavaScript',
3428
vendorOfficial: true,
35-
href: 'https://github.com/Hyphen/openfeature-provider-dotnet',
29+
href: 'https://github.com/Hyphen/openfeature-provider-javascript-web',
30+
category: ['Client'],
31+
},
32+
{
33+
technology: 'JavaScript',
34+
vendorOfficial: true,
35+
href: 'https://github.com/Hyphen/openfeature-provider-javascript-server',
3636
category: ['Server'],
3737
},
3838
{

static/img/hyphen-no-fill.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)