We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddb336 commit b7fe1b9Copy full SHA for b7fe1b9
app/routes/_index.tsx
@@ -1,4 +1,3 @@
1
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
2
import { Link } from "@remix-run/react";
3
4
import { CommunityOS } from "~/components/Icons/communityos";
@@ -43,6 +42,15 @@ export default function Index() {
43
42
>
44
Contactar
45
</a>
+ <Link
46
+ className={cn(
47
+ buttonVariants({ variant: "outline" }),
48
+ "border-[#F0E040] bg-black text-white",
49
+ )}
50
+ to="https://tickets.communityos.io/events/7dfe393e-7c8f-4d5c-903d-aa65e28e4227/tickets"
51
+ >
52
+ JSConf 2024
53
+ </Link>
54
<Button
55
className={cn(
56
buttonVariants({ variant: "default" }),
0 commit comments