Skip to content

Commit fbfa629

Browse files
committed
Fixed unrelated format error.
1 parent 21cb8ed commit fbfa629

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/modules/PreviewBar/PreviewBar.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ export function PreviewBar({ newsroom }: Props) {
5555
This is a preview with a temporary URL which will change after publishing.
5656
</p>
5757
) : (
58-
<p className={styles.description}>
59-
Site preview
60-
</p>
58+
<p className={styles.description}>Site preview</p>
6159
)}
62-
60+
6361
<div className={styles.actions}>
6462
<a
6563
className={styles.action}

0 commit comments

Comments
 (0)