Skip to content

Commit 9b20e0d

Browse files
Added twenty to sponsors section (#364)
1 parent 3dcf6ba commit 9b20e0d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

packages/website/docs/data.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ export const sponsors: Sponsors[] = [
2020
imgDark: "/img/sponsors/nlnet-dark.svg",
2121
imgLight: "/img/sponsors/nlnet.svg",
2222
},
23+
{
24+
name: "Twenty",
25+
imgDark: "/img/sponsors/twenty-dark.png",
26+
imgLight: "/img/sponsors/twenty.png",
27+
},
2328
];
2429

2530
export interface FeaturesCardData {
20.7 KB
Loading
14.2 KB
Loading

0 commit comments

Comments
 (0)