fix: update HTML title to mockupAWS
- Change generic 'frontend' title to 'mockupAWS - AWS Cost Simulator' - Resolves frontend branding issue identified in testing
This commit is contained in:
@@ -6,7 +6,7 @@ import { Button } from '@/components/ui/button';
|
||||
import { Badge } from '@/components/ui/badge';
|
||||
import { useComparisonCache } from '@/hooks/useComparison';
|
||||
import { ComparisonBarChart, GroupedComparisonChart } from '@/components/charts';
|
||||
import { formatCurrency, formatNumber } from '@/components/charts/ChartContainer';
|
||||
import { formatCurrency, formatNumber } from '@/components/charts/chart-utils';
|
||||
import { Skeleton } from '@/components/ui/skeleton';
|
||||
|
||||
interface LocationState {
|
||||
|
||||
@@ -2,7 +2,7 @@ import { useScenarios } from '@/hooks/useScenarios';
|
||||
import { Activity, DollarSign, Server, AlertTriangle, TrendingUp } from 'lucide-react';
|
||||
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/card';
|
||||
import { CostBreakdownChart } from '@/components/charts';
|
||||
import { formatCurrency, formatNumber } from '@/components/charts/ChartContainer';
|
||||
import { formatCurrency, formatNumber } from '@/components/charts/chart-utils';
|
||||
import { Skeleton } from '@/components/ui/skeleton';
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import { Button } from '@/components/ui/button';
|
||||
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/card';
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
|
||||
import { CostBreakdownChart, TimeSeriesChart } from '@/components/charts';
|
||||
import { formatCurrency, formatNumber } from '@/components/charts/ChartContainer';
|
||||
import { formatCurrency, formatNumber } from '@/components/charts/chart-utils';
|
||||
import { Skeleton } from '@/components/ui/skeleton';
|
||||
|
||||
const statusColors = {
|
||||
|
||||
Reference in New Issue
Block a user