feat:sw-222 check if bookingUrl is linking to current or external page and use an anchor vs link element depending on it

This commit is contained in:
Linus Flood
2024-10-10 09:52:23 +02:00
parent 491253d866
commit ec2790a16e
2 changed files with 36 additions and 4 deletions
@@ -6,6 +6,10 @@
overflow: hidden;
}
.link {
text-decoration: none;
}
.stay:hover {
border: 1.5px solid var(--Base-Border-Hover);
}