Skip to content

Commit b3da92a

Browse files
committed
Add a link to the tool description in the README
Signed-off-by: David Gageot <[email protected]>
1 parent f9dde53 commit b3da92a

File tree

1 file changed

+7
-0
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ const ConfigurationModal = ({
280280
sx={toolChipStyle}
281281
>
282282
{tool.name}
283+
<Link
284+
onClick={() => client.host.openExternal(`${catalogItem.readme}#tool-${tool.name.replaceAll(' ', '-')}` || '')}
285+
href="#"
286+
target="_blank"
287+
>
288+
<Launch />
289+
</Link>
283290
</Typography>
284291
))}
285292
</Stack>

0 commit comments

Comments
 (0)