Skip to content

Commit

Permalink
fixed gh-14
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs authored Aug 1, 2024
1 parent 749ea3e commit 89ecc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BookingComponentv3.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const BookingComponent = () => {
{bookingsNotToday ? (
<tr className="bg-snow dark:bg-tertiary w-full font-bold text-black dark:text-white p-2 text-center h-12">
<td colSpan={4}>
<a href="cc.vatsim-scandinavia.org/bookings" target="_blank" className="underline hover:no-underline">
<a href="https://home.vatsca.org/cc.vatsim-scandinavia.org/bookings" target="_blank" className="underline hover:no-underline">
See all bookings <ExternalLinkIcon width="0.75rem" marginLeft="0.3rem" />
</a>
</td>
Expand Down

0 comments on commit 89ecc32

Please sign in to comment.