fix(build): corporate Next app deploy (7806) — hooks, Apollo, lucide, dynamic root
Made-with: Cursor
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user