Skip to content

Commit 3995fda

Browse files
committed
refactor: add new sponsors
1 parent a0a0d4c commit 3995fda

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/website/components/ui/ripple.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ const Ripple = React.memo(function Ripple({
5252
link: "https://mandarin3d.com/?ref=dokploy",
5353
type: "hero",
5454
},
55+
{
56+
name: "LightNode",
57+
image:
58+
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/.github/sponsors/light-node.webp",
59+
link: "https://www.lightnode.com/?ref=dokploy",
60+
type: "hero",
61+
},
5562
];
5663
const premiumSponsors = [
5764
{
@@ -84,6 +91,13 @@ const Ripple = React.memo(function Ripple({
8491
link: "https://startupfa.me/?ref=dokploy",
8592
type: "supporting",
8693
},
94+
{
95+
name: "Itsdb",
96+
image:
97+
"https://raw.githubusercontent.com/Dokploy/dokploy/refs/heads/canary/.github/sponsors/its.png",
98+
link: "https://itsdb-center.com/?ref=dokploy",
99+
type: "supporting",
100+
},
87101
];
88102

89103
const communitySponsors = [

0 commit comments

Comments
 (0)