diff --git a/app/integrations/page.tsx b/app/integrations/page.tsx index dd1506d..6a4db55 100644 --- a/app/integrations/page.tsx +++ b/app/integrations/page.tsx @@ -158,7 +158,7 @@ export default function IntegrationsPage() { ) : (
- + /
diff --git a/app/sites/[id]/uptime/page.tsx b/app/sites/[id]/uptime/page.tsx index 0d70560..cc652e0 100644 --- a/app/sites/[id]/uptime/page.tsx +++ b/app/sites/[id]/uptime/page.tsx @@ -189,7 +189,7 @@ function StatusBarTooltip({ className="fixed z-50 pointer-events-none" style={{ left: position.x, top: position.y - 10, transform: 'translate(-50%, -100%)' }} > -
+
{formattedDate}
{stat && stat.total_checks > 0 ? (
@@ -256,7 +256,7 @@ function UptimeStatusBar({ className="relative" onMouseLeave={() => setHoveredDay(null)} > -
+
{dateRange.map((date) => { const stat = statsMap.get(date) const barColor = getDayBarColor(stat) @@ -264,7 +264,7 @@ function UptimeStatusBar({ return (
handleMouseEnter(e, date, stat)} onMouseLeave={() => setHoveredDay(null)} /> diff --git a/app/sites/new/page.tsx b/app/sites/new/page.tsx index ba5f37c..cdcd4d1 100644 --- a/app/sites/new/page.tsx +++ b/app/sites/new/page.tsx @@ -152,10 +152,10 @@ export default function NewSitePage() {
- -
diff --git a/app/welcome/page.tsx b/app/welcome/page.tsx index 42194b9..51f3a6b 100644 --- a/app/welcome/page.tsx +++ b/app/welcome/page.tsx @@ -759,11 +759,11 @@ function WelcomeContent() { )}
- {createdSite && ( - )} diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index d1d0b7b..41e346f 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -259,7 +259,7 @@ export default function PricingSection() {
- + Get 1 month free with yearly
diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 0c192b9..f53b2c8 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -570,7 +570,7 @@ export default function Chart({
{!hasData ? ( -
+

No data for this period @@ -578,7 +578,7 @@ export default function Chart({

Try a different date range

) : !hasAnyNonZero ? ( -
+

No {metricLabel.toLowerCase()} data for this period diff --git a/components/dashboard/WorldMap.tsx b/components/dashboard/WorldMap.tsx index c18d30f..6602d51 100644 --- a/components/dashboard/WorldMap.tsx +++ b/components/dashboard/WorldMap.tsx @@ -97,7 +97,7 @@ const WorldMap = ({ data }: WorldMapProps) => { {tooltipContent && (

{tooltipContent.content} diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx index 93d2e17..a6bccb4 100644 --- a/components/settings/OrganizationSettings.tsx +++ b/components/settings/OrganizationSettings.tsx @@ -1502,7 +1502,7 @@ export default function OrganizationSettings() { {plan.sites} {isCurrentPlan && ( - + Current )}