place holder landing pages

This commit is contained in:
Milo Schwartz 2024-12-26 19:33:56 -05:00
parent de9725f310
commit b78e7a324d
No known key found for this signature in database
22 changed files with 669 additions and 235 deletions

View file

@ -50,7 +50,7 @@ const CardDescription = React.forwardRef<
>(({ className, ...props }, ref) => (
<p
ref={ref}
className={cn("text-sm text-muted-foreground", className)}
className={cn("text-sm text-muted-foreground pt-1", className)}
{...props}
/>
));