Skip to content

Commit 9730dfc

Browse files
committed
feat: remove link double handling
1 parent a1c4f50 commit 9730dfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Everything.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ export function TopNavigation({ path }: { path?: string }) {
477477
_hover={{ color: 'limosen.accent' }}
478478
>
479479
<LinkOverlay
480-
href="https://limosen.at/de/booking"
480+
//href="https://limosen.at/de/booking"
481481
//onClick={handleNavLinkClick}
482482
onClick={handleOnContactClick}
483483
>
@@ -690,8 +690,8 @@ export function TopNavigation({ path }: { path?: string }) {
690690

691691
{/* Booking */}
692692
<Button
693-
as={Link}
694-
href="https://limosen.at/de/booking"
693+
//as={Link}
694+
//href="https://limosen.at/de/booking"
695695
size="sm"
696696
variant="limosen"
697697
//onClick={handleNavLinkClick}

0 commit comments

Comments
 (0)