+ Name
diff --git a/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx b/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx
index 253bcbdd..388722e9 100644
--- a/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx
+++ b/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx
@@ -7,7 +7,7 @@ import {
DialogHeader,
DialogTitle,
} from "@/components/ui/dialog";
-import { Puzzle } from "lucide-react";
+import { BookIcon, Puzzle } from "lucide-react";
import { useRouter } from "next/router";
import { useEffect, useState } from "react";
import { defineStepper } from "@stepperize/react";
@@ -28,6 +28,8 @@ import {
Plug,
} from "lucide-react";
import ConfettiExplosion from "react-confetti-explosion";
+import Link from "next/link";
+import { GithubIcon } from "@/components/icons/data-tools-icons";
interface Props {
children?: React.ReactNode;
@@ -291,7 +293,7 @@ export const WelcomeSuscription = ({ children }: Props) => {
return (
-
You're All Set!
+
You're All Set!
Did you know you can deploy any number of applications
that your server can handle?
@@ -318,6 +320,61 @@ export const WelcomeSuscription = ({ children }: Props) => {
))}
+
+
+
+ Need Help? We are here to help you.
+
+
+ Join to our Discord server and we will help you.
+
+
+
+
+
+
+
+
);
},
@@ -331,6 +388,7 @@ export const WelcomeSuscription = ({ children }: Props) => {
variant="secondary"
onClick={() => {
setIsOpen(false);
+ push("/dashboard/settings/servers");
}}
>
Skip for now