Skip to content

Commit

Permalink
fix: Add missing whitespace between links and text
Browse files Browse the repository at this point in the history
(cherry picked from commit 072a36f)
  • Loading branch information
grgrzybek committed Oct 25, 2024
1 parent 8e5f3b7 commit 190ba0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hawtio/src/plugins/connect/Connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ export const Connect: React.FunctionComponent = () => {
rel='noreferrer'
>
secure browsing contexts
</a>
</a>{' '}
it is possible to store credentials in secure manner using{' '}
<a href='https://developer.mozilla.org/en-US/docs/Web/API/Crypto' target='_blank' rel='noreferrer'>
Crypto API
</a>
</a>{' '}
and send them securely.
</p>
<p>
Expand Down

0 comments on commit 190ba0a

Please sign in to comment.