Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 2bb61ab

Browse files
committed
Spacing
1 parent 95f0499 commit 2bb61ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/organisms/MediaText/MediaText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import styles from './MediaText.module.css'
1616
* @param {object} props.image The image object with url and alt text.
1717
* @param {boolean} props.mediaLeft Whether to show media on the left of the text.
1818
* @param {string} props.title The title.
19-
* @return {Element} The MediaText component.
19+
* @return {Element} The MediaText component.
2020
*/
2121
export default function MediaText({
2222
body,

0 commit comments

Comments
 (0)