From 8b203c48b46ed53a546f9a2a8908ee5150b3d074 Mon Sep 17 00:00:00 2001 From: djknaeckebrot Date: Mon, 13 Jan 2025 11:55:58 +0100 Subject: [PATCH] feat: update sidebar with Traefik File System title and add support link --- apps/dokploy/components/layouts/side.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx index 1d99552bb..be75e7981 100644 --- a/apps/dokploy/components/layouts/side.tsx +++ b/apps/dokploy/components/layouts/side.tsx @@ -8,6 +8,7 @@ import { BlocksIcon, BookIcon, ChevronRight, + CircleHelp, Command, CreditCard, Database, @@ -127,7 +128,7 @@ const data = { isActive: false, }, { - title: "File System", + title: "Traefik File System", url: "/dashboard/traefik", icon: GalleryVerticalEnd, isSingle: true, @@ -317,9 +318,15 @@ const data = { }, { name: "Support", + url: "https://discord.gg/2tBnJ3jDJc", + icon: CircleHelp, + }, + { + name: "Sponsor", url: "https://opencollective.com/dokploy", icon: Heart, }, + // { // name: "Sales & Marketing", // url: "#",