mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-21 03:05:00 +02:00
place holder landing pages
This commit is contained in:
parent
de9725f310
commit
b78e7a324d
22 changed files with 669 additions and 235 deletions
|
@ -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}
|
||||
/>
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue