Skip to content

Commit

Permalink
chore(TMP): include link to JSConf (DONT HATE ME)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego committed Oct 2, 2024
1 parent dddb336 commit 2908cad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { Link } from "@remix-run/react";

import { CommunityOS } from "~/components/Icons/communityos";
Expand Down Expand Up @@ -43,6 +42,15 @@ export default function Index() {
>
Contactar
</a>
<Link
className={cn(
buttonVariants({ variant: "outline" }),
"border-[#F0E040] bg-black text-white hoverL:bg-[#F0E040]/50",
)}
to="https://tickets.communityos.io/events/7dfe393e-7c8f-4d5c-903d-aa65e28e4227/tickets"
>
JSConf 2024
</Link>
<Button
className={cn(
buttonVariants({ variant: "default" }),
Expand Down

0 comments on commit 2908cad

Please sign in to comment.