We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcf6ba commit 9b20e0dCopy full SHA for 9b20e0d
packages/website/docs/data.ts
@@ -20,6 +20,11 @@ export const sponsors: Sponsors[] = [
20
imgDark: "/img/sponsors/nlnet-dark.svg",
21
imgLight: "/img/sponsors/nlnet.svg",
22
},
23
+ {
24
+ name: "Twenty",
25
+ imgDark: "/img/sponsors/twenty-dark.png",
26
+ imgLight: "/img/sponsors/twenty.png",
27
+ },
28
];
29
30
export interface FeaturesCardData {
packages/website/docs/public/img/sponsors/twenty-dark.png
20.7 KB
packages/website/docs/public/img/sponsors/twenty.png
14.2 KB
0 commit comments