feat(SW-2278): Added hotel listing to campaign page

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-19 09:36:28 +00:00
parent 105c4d9cf3
commit af92f7183c
31 changed files with 703 additions and 57 deletions

View File

@@ -5,6 +5,7 @@ import type { LogoProps } from '../icon'
export default function ScandicGoLogoIcon({
className,
color,
height = 18,
...props
}: LogoProps) {
const classNames = iconVariants({ className, color })
@@ -12,7 +13,7 @@ export default function ScandicGoLogoIcon({
<svg
className={classNames}
width="90"
height="18"
height={height}
viewBox="0 0 90 18"
fill="none"
xmlns="http://www.w3.org/2000/svg"