Skip to content

Commit dc7004e

Browse files
committed
Merge branch 'add-missing-space-between-words' into 'master'
fix(ui): add missing space between words (https://gitlab.com/postgres-ai/platform/-/issues/223) See merge request postgres-ai/database-lab!715
2 parents 1c95eae + d9b6bac commit dc7004e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/packages/platform/src/components/IndexPage/IndexPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ class IndexPage extends Component<IndexPageWithStylesProps, IndexPageState> {
11341134
<GatewayLink onClick={this.resendCode} href="#">
11351135
click here
11361136
</GatewayLink>
1137-
to resend it.
1137+
&nbsp;to resend it.
11381138
</p>
11391139
</div>
11401140
<NotificationWrapper />

0 commit comments

Comments
 (0)