fix(SW-3081): Removed color option from hotel logos to avoid wrong colors

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-07-04 11:40:09 +00:00
parent 270249c6c4
commit 903f419729
13 changed files with 37 additions and 69 deletions

View File

@@ -32,11 +32,7 @@ export function LogoLink() {
defaultMessage: "Back to scandichotels.com",
})}
>
<ScandicLogoIcon
width="103px"
height="22px"
color="Icon/Interactive/Accent"
/>
<ScandicLogoIcon width="103px" height="22px" />
</NextLink>
)
}