Skip to content

Commit

Permalink
update ticket links for jan 25th 2024 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr authored Dec 27, 2023
1 parent 0405ef1 commit 376fc55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Nav() {
};

// having this blank hides the link
const ticketURL = "";
const ticketURL = "https://www.affinna.com/event/f8142beea26e11ee8fae7facffad2127";

return (
<nav className="bg-accent z-20">
Expand Down
7 changes: 3 additions & 4 deletions src/app/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ export const Landing: React.FC<LandingProps> = ({ date }: LandingProps) => {
<span>A quarterly tech conference in the bluegrass</span>
<span className="font-thin my-2 lg:my-4">{formattedDate}</span>
</div>
Tickets available once schedule is set
{/* <Link
href="https://www.eventbrite.com/e/lextalktech-oct-12-2023-tickets-716404403857"
<Link
href="https://www.affinna.com/event/f8142beea26e11ee8fae7facffad2127"
className="text-2xl lg:text-3xl bg-primary/50 py-3 px-6 rounded-full border border-white/25 shadow-xl backdrop-blur-sm border-b-2 duration-150 hover:scale-110 hover:border-text hover:-translate-y-2"
>
Tickets
</Link> */}
</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit 376fc55

Please sign in to comment.