mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore(website): fix CI failed
This commit is contained in:
@@ -39,7 +39,6 @@ export function CallToAction() {
|
||||
{t("callToAction.des")}
|
||||
</p>
|
||||
|
||||
{/* @ts-expect-error */}
|
||||
<Button className="mt-10 rounded-full" asChild>
|
||||
<Link
|
||||
href={linkT("docs.install")}
|
||||
|
||||
@@ -202,7 +202,6 @@ export function Header() {
|
||||
</span>
|
||||
<HeartIcon className="animate-heartbeat size-4 fill-red-600 text-red-500 " />
|
||||
</Link>
|
||||
{/* @ts-expect-error */}
|
||||
<Button
|
||||
className="rounded-full bg-[#5965F2] hover:bg-[#4A55E0]"
|
||||
asChild
|
||||
|
||||
@@ -125,7 +125,6 @@ export function Hero() {
|
||||
Discord
|
||||
</Link>
|
||||
</Button> */}
|
||||
{/* @ts-expect-error */}
|
||||
<Button className="rounded-xl" asChild>
|
||||
<Link
|
||||
href="https://github.com/dokploy/dokploy"
|
||||
|
||||
@@ -46,7 +46,6 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
||||
({ className, variant, size, asChild = false, ...props }, ref) => {
|
||||
const Comp = asChild ? Slot : "button";
|
||||
return (
|
||||
// @ts-expect-error
|
||||
<Comp
|
||||
className={cn(buttonVariants({ variant, size, className }))}
|
||||
ref={ref}
|
||||
|
||||
Reference in New Issue
Block a user