mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-12 03:06:53 +00:00
Update navigation to combine domain and DNS record management.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/fce6d1ee-b3b4-4293-b556-0e75cd9c75c7.jpg
This commit is contained in:
@@ -41,13 +41,8 @@ export function MobileSidebar({ isOpen, onClose }: MobileSidebarProps) {
|
||||
icon: <Users className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
title: "Domains",
|
||||
title: "Domains & DNS",
|
||||
href: "/domains",
|
||||
icon: <Home className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
title: "DNS Records",
|
||||
href: "/dns-records",
|
||||
icon: <Globe className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -38,13 +38,8 @@ export function Sidebar() {
|
||||
icon: <Users className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
title: "Domains",
|
||||
title: "Domains & DNS",
|
||||
href: "/domains",
|
||||
icon: <Home className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
title: "DNS Records",
|
||||
href: "/dns-records",
|
||||
icon: <Globe className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user