Skip to content

Commit

Permalink
chore(topics): add div to make new line
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Dec 7, 2024
1 parent 583ac53 commit 84ff34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/TopicEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const TopicPictureCropper = ({slug, callback, old_filename, image_uri}) => {
return (
<div>
<label><InterfaceText>Secondary Picture</InterfaceText></label>
<InterfaceText>This version of the topic's image will be shown on Topics Landing.</InterfaceText>
<div><InterfaceText>This version of the topic's image will be shown on Topics Landing.</InterfaceText></div>
<SmallBlueButton tabIndex="0" onClick={() => setImageToCrop(image_uri)} text="Edit Secondary Picture" />
<ImageCropper
loading={loading}
Expand Down

0 comments on commit 84ff34d

Please sign in to comment.