feat(SW-2278): Added hotel listing to campaign page
Approved-by: Matilda Landström
This commit is contained in:
@@ -5,6 +5,7 @@ import type { LogoProps } from '../icon'
|
||||
export default function ScandicLogoIcon({
|
||||
className,
|
||||
color,
|
||||
height = 14,
|
||||
...props
|
||||
}: LogoProps) {
|
||||
const classNames = iconVariants({ className, color })
|
||||
@@ -12,7 +13,7 @@ export default function ScandicLogoIcon({
|
||||
<svg
|
||||
className={classNames}
|
||||
width="58"
|
||||
height="14"
|
||||
height={height}
|
||||
viewBox="0 0 58 14"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
Reference in New Issue
Block a user