Merged in refactor-tripadvisor-chip (pull request #3404)
Refactor TripadvisorChip * feat: create new StaticChip componeny * refactor tripadvisor chip to use ChipStatic * refactor: use TripadvisorChip everywhere * fix: use withChipStatic Approved-by: Erik Tiekstra
This commit is contained in:
@@ -40,7 +40,9 @@ export function HotelCardDialogImage({
|
||||
{rating?.tripAdvisor && (
|
||||
<TripAdvisorChip
|
||||
rating={rating.tripAdvisor}
|
||||
size={position === "top" ? "small" : "default"}
|
||||
color="Neutral"
|
||||
size={position === "top" ? "xs" : "sm"}
|
||||
wrapper={position === "top" ? "x05" : "x15"}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user