Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Crab #22

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Crab #22

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/Tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function Tickets({ price }: TicketsProps) {
href={config.tickets}
className="mt-4 flex items-center justify-center rounded-md border border-transparent bg-wave-pink px-5 py-3 text-lg font-extrabold text-white lg:text-2xl"
>
Buy Tickets
Crab your ticket now!
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/__home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Index() {
</ol>
<h2 className="font-comic-sans text-5xl font-bold leading-normal tracking-tight text-cyan-50 text-transparent underline">
<a href="https://ti.to/norfolkdevelopers/nordevcon-24">
Buy tickets
Crab your ticket now!
</a>
</h2>
</div>
Expand Down
Loading