Skip to content

Commit 5543511

Browse files
committed
Remove trailing space on Repository link
Signed-off-by: Trung Nguyen <[email protected]>
1 parent aa16df3 commit 5543511

File tree

1 file changed

+2
-1
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+2
-1
lines changed

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ const ConfigurationModal = ({
202202
href={catalogItem.source || ''}
203203
target="_blank"
204204
>
205-
{catalogItem.source || ''} <Launch />
205+
{catalogItem.source || ''}
206+
<Launch />
206207
</Link>
207208
</Typography>
208209

0 commit comments

Comments
 (0)