fix: make all h4 and subtitles capitalized
This commit is contained in:
@@ -30,7 +30,7 @@ export default async function JoinLoyaltyContact({
|
||||
return (
|
||||
<section>
|
||||
<article className={styles.wrapper}>
|
||||
<Title as="h4" level="h3">
|
||||
<Title as="h4" level="h3" textTransform="capitalize">
|
||||
{block.title}
|
||||
</Title>
|
||||
<ScandicFriends color="red" />
|
||||
|
||||
Reference in New Issue
Block a user