feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change Approved-by: Linus Flood
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,3 +1,5 @@
|
||||
import { SignatureHotelEnum } from "@scandic-hotels/common/constants/signatureHotels"
|
||||
import BassinSevenIcon from "./BassinSeven"
|
||||
import DowntownCamperIcon from "./DowntownCamper"
|
||||
import GrandHotelOsloLogoIcon from "./GrandHotelOslo"
|
||||
import HaymarketIcon from "./Haymarket"
|
||||
@@ -19,15 +21,6 @@ enum HotelTypeEnum {
|
||||
Regular = "regular",
|
||||
}
|
||||
|
||||
enum SignatureHotelEnum {
|
||||
DowntownCamper = "879",
|
||||
GrandHotelOslo = "340",
|
||||
Haymarket = "890",
|
||||
HotelNorge = "785",
|
||||
Marski = "605",
|
||||
TheDock = "796",
|
||||
}
|
||||
|
||||
export default function HotelLogoIcon({
|
||||
hotelId,
|
||||
hotelType,
|
||||
@@ -50,6 +43,8 @@ export default function HotelLogoIcon({
|
||||
return <MarskiLogoIcon height={height} />
|
||||
case SignatureHotelEnum.TheDock:
|
||||
return <TheDockIcon height={height} />
|
||||
case SignatureHotelEnum.BassinSeven:
|
||||
return <BassinSevenIcon height={height} />
|
||||
default:
|
||||
return <ScandicLogoIcon height={height} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user