Merged in chore/BOOK-739-replace-caption (pull request #3428)
chore(BOOK-739): replace caption with typography * chore(BOOK-739): replace caption with typography * chore(BOOK-739): refactor div * chore(BOOK-739): refactor badge * chore(BOOK-739): remove span * chore(BOOK-739): skeleton update * chore(BOOK-739): update * chore(BOOK-739): update reward * chore(BOOK-739): update voucher currency Approved-by: Erik Tiekstra
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Caption from "../Caption"
|
||||
import Image from "../Image"
|
||||
import { Typography } from "../Typography"
|
||||
|
||||
import styles from "./imageContainer.module.css"
|
||||
|
||||
@@ -42,7 +42,9 @@ export default function ImageContainer({
|
||||
focalPoint={leftImage.focalPoint}
|
||||
dimensions={leftImage.dimensions}
|
||||
/>
|
||||
<Caption>{leftImage.meta.caption}</Caption>
|
||||
<Typography variant="Body/Supporting text (caption)/smRegular">
|
||||
<p>{leftImage.meta.caption}</p>
|
||||
</Typography>
|
||||
</article>
|
||||
<article>
|
||||
<Image
|
||||
@@ -54,7 +56,9 @@ export default function ImageContainer({
|
||||
focalPoint={rightImage.focalPoint}
|
||||
dimensions={rightImage.dimensions}
|
||||
/>
|
||||
<Caption>{rightImage.meta.caption}</Caption>
|
||||
<Typography variant="Body/Supporting text (caption)/smRegular">
|
||||
<p>{rightImage.meta.caption}</p>
|
||||
</Typography>
|
||||
</article>
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user