diff --git a/client/package.json b/client/package.json index b8ac073..d41eb4d 100644 --- a/client/package.json +++ b/client/package.json @@ -27,6 +27,7 @@ "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-popover": "^1.0.6", "@radix-ui/react-radio-group": "^1.1.3", + "@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-select": "^1.2.2", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-slot": "^1.0.2", diff --git a/client/public/images/map/story-marker.png b/client/public/images/map/story-marker.png index bc4ba02..0f42f24 100644 Binary files a/client/public/images/map/story-marker.png and b/client/public/images/map/story-marker.png differ diff --git a/client/src/components/ui/card.tsx b/client/src/components/ui/card.tsx index 55dfef5..64a6e5f 100644 --- a/client/src/components/ui/card.tsx +++ b/client/src/components/ui/card.tsx @@ -4,6 +4,8 @@ import { InfoIcon } from 'lucide-react'; import { cn } from '@/lib/classnames'; +// import { ScrollArea } from '@/components/ui/scroll-area'; + type CardProps = PropsWithChildren & { title?: string; info?: string; @@ -14,17 +16,21 @@ const Card = ({ children, title, info, className }: CardProps) => { return (
{title}
+{title}
{info &&{number}
-{stat}
+{number}
+{stat}