diff --git a/apps/dashboard/app/(auth)/register/page.tsx b/apps/dashboard/app/(auth)/register/page.tsx index 167c66d5e..587f6bd97 100644 --- a/apps/dashboard/app/(auth)/register/page.tsx +++ b/apps/dashboard/app/(auth)/register/page.tsx @@ -436,10 +436,10 @@ function RegisterPageContent() {
-
+
setAcceptTerms(checked as boolean)} diff --git a/apps/dashboard/app/(main)/websites/[id]/_components/tabs/overview/_components/geo-map-section.tsx b/apps/dashboard/app/(main)/websites/[id]/_components/tabs/overview/_components/geo-map-section.tsx index e9eef22e3..ec7bd012f 100644 --- a/apps/dashboard/app/(main)/websites/[id]/_components/tabs/overview/_components/geo-map-section.tsx +++ b/apps/dashboard/app/(main)/websites/[id]/_components/tabs/overview/_components/geo-map-section.tsx @@ -113,7 +113,7 @@ export function GeoMapSection({ countries, isLoading }: GeoMapSectionProps) { className="relative flex flex-col lg:flex-row" style={{ minHeight: 350 }} > -
+
-
-
+
+
Top Countries
{topCountries.length > 0 ? ( -
+
{topCountries.map((country) => { const percentage = totalVisitors > 0 diff --git a/apps/dashboard/components/ui/keyboard-shortcuts.tsx b/apps/dashboard/components/ui/keyboard-shortcuts.tsx index 28f641128..6154af5fa 100644 --- a/apps/dashboard/components/ui/keyboard-shortcuts.tsx +++ b/apps/dashboard/components/ui/keyboard-shortcuts.tsx @@ -1,5 +1,6 @@ "use client"; +import { cn } from "@/lib/utils"; import { useMemo } from "react"; type ShortcutGroup = { @@ -64,9 +65,9 @@ export function KeyboardShortcuts({ const isMacOS = useMemo(() => isMac(), []); return ( -
+
{groups.map((group) => ( -
+
{!compact && (

{group.title} @@ -82,7 +83,7 @@ export function KeyboardShortcuts({ className="flex items-center justify-between" key={shortcut.label} > - + {shortcut.label}