mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
💄 Update landing page (#734)
This commit is contained in:
parent
3b8cbbd2f2
commit
0e6c3c1115
69 changed files with 1939 additions and 1874 deletions
|
@ -60,9 +60,13 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|||
const Comp = asChild ? Slot : "button";
|
||||
return (
|
||||
<Comp
|
||||
className={cn(buttonVariants({ variant, size, className }), {
|
||||
"pointer-events-none": loading,
|
||||
})}
|
||||
className={cn(
|
||||
buttonVariants({ variant, size }),
|
||||
{
|
||||
"pointer-events-none": loading,
|
||||
},
|
||||
className,
|
||||
)}
|
||||
ref={ref}
|
||||
type={type}
|
||||
{...props}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue