mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: update sidebar with Traefik File System title and add support link
This commit is contained in:
@@ -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: "#",
|
||||
|
||||
Reference in New Issue
Block a user