We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749ea3e commit 89ecc32Copy full SHA for 89ecc32
src/components/BookingComponentv3.jsx
@@ -177,7 +177,7 @@ const BookingComponent = () => {
177
{bookingsNotToday ? (
178
<tr className="bg-snow dark:bg-tertiary w-full font-bold text-black dark:text-white p-2 text-center h-12">
179
<td colSpan={4}>
180
- <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">
181
See all bookings <ExternalLinkIcon width="0.75rem" marginLeft="0.3rem" />
182
</a>
183
</td>
0 commit comments