diff --git a/frontend/src/components/ui/LinearPrimitives.tsx b/frontend/src/components/ui/LinearPrimitives.tsx index 910b839..491e393 100644 --- a/frontend/src/components/ui/LinearPrimitives.tsx +++ b/frontend/src/components/ui/LinearPrimitives.tsx @@ -4,7 +4,7 @@ import { motion } from 'framer-motion'; import { cn } from '../../lib/utils'; /** - * 777 Wolfpack UI Primitives + * Veridian UI Primitives * High-performance, high-density components for operational management. */ @@ -230,7 +230,7 @@ export function StatusBadge({ status, label, className }: StatusBadgeProps) { // Skeleton loader export function Skeleton({ className }: { className?: string }) { - return
; + return ; } // Card skeleton