fix(build): corporate Next app deploy (7806) — hooks, Apollo, lucide, dynamic root

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-29 13:40:56 -07:00
parent 28892a4ce4
commit 08a53096c8
6 changed files with 19 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
import { Button } from '@/components/ui/button'
import { GlobalSearch } from './GlobalSearch'
import Link from 'next/link'
import { Network2, Shield, Calendar, DollarSign, Search } from 'lucide-react'
import { Network, Shield, Calendar, DollarSign, Search } from 'lucide-react'
export function DocsDashboard() {
const { summary, loading, error } = useInfrastructureSummary()
@@ -16,7 +16,7 @@ export function DocsDashboard() {
{
title: 'Network Topology',
description: 'View and edit regional network topology diagrams',
icon: Network2,
icon: Network,
href: '/infrastructure/docs/topology',
color: 'text-blue-400',
bgColor: 'bg-blue-500/10',