We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c4f50 commit 9730dfcCopy full SHA for 9730dfc
src/components/Everything.tsx
@@ -477,7 +477,7 @@ export function TopNavigation({ path }: { path?: string }) {
477
_hover={{ color: 'limosen.accent' }}
478
>
479
<LinkOverlay
480
- href="https://limosen.at/de/booking"
+ //href="https://limosen.at/de/booking"
481
//onClick={handleNavLinkClick}
482
onClick={handleOnContactClick}
483
@@ -690,8 +690,8 @@ export function TopNavigation({ path }: { path?: string }) {
690
691
{/* Booking */}
692
<Button
693
- as={Link}
694
+ //as={Link}
695
size="sm"
696
variant="limosen"
697
0 commit comments