Skip to content

Commit b7fe1b9

Browse files
committed
chore(TMP): include link to JSConf (DONT HATE ME)
1 parent dddb336 commit b7fe1b9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: app/routes/_index.tsx

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
21
import { Link } from "@remix-run/react";
32

43
import { CommunityOS } from "~/components/Icons/communityos";
@@ -43,6 +42,15 @@ export default function Index() {
4342
>
4443
Contactar
4544
</a>
45+
<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>
4654
<Button
4755
className={cn(
4856
buttonVariants({ variant: "default" }),

0 commit comments

Comments
 (0)