feat: add LinkDR support with logo

- Introduced LinkDR as a new supporting link in the Ripple component.
- Added LinkDR logo as an SVG file to the public assets.
This commit is contained in:
Mauricio Siu
2026-01-16 00:43:03 -06:00
parent 2bdcb9bcd7
commit a206877c24
2 changed files with 10 additions and 1 deletions

View File

@@ -38,6 +38,12 @@ const Ripple = React.memo(function Ripple({
link: "https://www.hostinger.com/vps-hosting?ref=dokploy",
type: "hero",
},
{
name: "LinkDR",
image: "linkdr-logo.svg",
link: "https://linkdr.com/?ref=dokploy",
type: "supporting",
},
{
name: "Lxaer",
image:
@@ -91,7 +97,7 @@ const Ripple = React.memo(function Ripple({
link: "https://cloudblast.io/?ref=dokploy",
type: "supporting",
},
{
name: "Synexa",
image:

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 64 64">
<path fill="currentColor" d="M40 27.8a4.5 4.5 0 0 0 0-6.4c-5.7-5.7-15-5.7-20.6 0L2.2 38.6c-.8.8-2.2.3-2.2-.9A37.7 37.7 0 0 1 37.7 0h19.7C61 0 64 3 64 6.6q0 3.9-2.7 6.6L39.6 34.8a5.6 5.6 0 0 1-8 0 4.5 4.5 0 0 0-6.3 6.4c5.7 5.7 15 5.7 20.7 0l15.8-15.8c.8-.8 2.2-.2 2.2.9A37.7 37.7 0 0 1 26.3 64H6.6C3 64 0 61 0 57.4q0-3.9 2.7-6.6l23-23a5.6 5.6 0 0 1 8 0 4.5 4.5 0 0 0 6.4 0"/>
</svg>

After

Width:  |  Height:  |  Size: 457 B