Skip to content

Commit b8f9b91

Browse files
authored
fixed gh-14 v2
1 parent 89ecc32 commit b8f9b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BookingComponentv3.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const BookingComponent = () => {
177177
{bookingsNotToday ? (
178178
<tr className="bg-snow dark:bg-tertiary w-full font-bold text-black dark:text-white p-2 text-center h-12">
179179
<td colSpan={4}>
180-
<a href="https://home.vatsca.org/cc.vatsim-scandinavia.org/bookings" target="_blank" className="underline hover:no-underline">
180+
<a href="https://cc.vatsim-scandinavia.org/booking" target="_blank" className="underline hover:no-underline">
181181
See all bookings <ExternalLinkIcon width="0.75rem" marginLeft="0.3rem" />
182182
</a>
183183
</td>

0 commit comments

Comments
 (0)