Skip to content

Commit

Permalink
refactor: add new sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jan 3, 2025
1 parent a0a0d4c commit 3995fda
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/website/components/ui/ripple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ const Ripple = React.memo(function Ripple({
link: "https://mandarin3d.com/?ref=dokploy",
type: "hero",
},
{
name: "LightNode",
image:
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/.github/sponsors/light-node.webp",
link: "https://www.lightnode.com/?ref=dokploy",
type: "hero",
},
];
const premiumSponsors = [
{
Expand Down Expand Up @@ -84,6 +91,13 @@ const Ripple = React.memo(function Ripple({
link: "https://startupfa.me/?ref=dokploy",
type: "supporting",
},
{
name: "Itsdb",
image:
"https://raw.githubusercontent.com/Dokploy/dokploy/refs/heads/canary/.github/sponsors/its.png",
link: "https://itsdb-center.com/?ref=dokploy",
type: "supporting",
},
];

const communitySponsors = [
Expand Down

0 comments on commit 3995fda

Please sign in to comment.