fix: make all h4 and subtitles capitalized
This commit is contained in:
@@ -18,7 +18,9 @@ export default async function HotelCard({ hotel }: HotelCardProps) {
|
||||
<div className={styles.information}>
|
||||
<header className={styles.title}>
|
||||
<ScandicLogoIcon color="red" />
|
||||
<Title as="h4">{hotel.name}</Title>
|
||||
<Title as="h4" textTransform="capitalize">
|
||||
{hotel.name}
|
||||
</Title>
|
||||
</header>
|
||||
<div className={styles.description}>
|
||||
<span>{`${hotel.address.streetAddress}, ${hotel.address.city}`}</span>
|
||||
|
||||
Reference in New Issue
Block a user