🚧 redirects index page

This commit is contained in:
Fred KISSIE
2026-09-10 02:44:31 +02:00
parent 05d1d4d143
commit 2bccdc33fc
3 changed files with 25 additions and 0 deletions
+6
View File
@@ -25,6 +25,7 @@ import {
MonitorUp,
Plug,
ReceiptText,
Repeat,
ScanEye,
Server,
Settings,
@@ -323,6 +324,11 @@ export const orgNavSections = (
href: "/{orgId}/settings/api-keys",
icon: <KeyRound className="size-4 flex-none" />
},
{
title: "sidebarRedirects",
href: "/{orgId}/settings/redirects",
icon: <Repeat className="size-4 flex-none" />
},
...(!env?.flags.disableEnterpriseFeatures
? [
{