Skip to content

Commit d9b6bac

Browse files
AdrinlolNikolayS
authored andcommitted
fix(ui): add missing space between words (https://gitlab.com/postgres-ai/platform/-/issues/223)
1 parent 798f7ba commit d9b6bac

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)