Skip to content

Commit 072a36f

Browse files
committed
fix: Add missing whitespace between links and text
1 parent 66d126e commit 072a36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/hawtio/src/plugins/connect/Connect.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ export const Connect: React.FunctionComponent = () => {
6767
rel='noreferrer'
6868
>
6969
secure browsing contexts
70-
</a>
70+
</a>{' '}
7171
it is possible to store credentials in secure manner using{' '}
7272
<a href='https://developer.mozilla.org/en-US/docs/Web/API/Crypto' target='_blank' rel='noreferrer'>
7373
Crypto API
74-
</a>
74+
</a>{' '}
7575
and send them securely.
7676
</p>
7777
<p>

0 commit comments

Comments
 (0)