We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b90967 commit 5dad8a3Copy full SHA for 5dad8a3
src/extension/ui/src/components/tile/Modal.tsx
@@ -199,7 +199,6 @@ const ConfigurationModal = ({
199
</Typography>
200
{catalogItem.readme !== undefined && (
201
<Typography variant="body2" sx={{ mt: 2, color: 'text.secondary' }}>
202
- Repository:{' '}
203
<Link
204
onClick={() => client.host.openExternal(catalogItem.readme || '')}
205
href={catalogItem.readme || ''}
0 commit comments