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 0dac678 commit 3ae3a18Copy full SHA for 3ae3a18
pages/tools/components/ToolingTable.tsx
@@ -290,7 +290,7 @@ const ToolingTable = ({
290
<div className='font-medium'>
291
{tool.name}
292
{tool.status === 'obsolete' && (
293
- <Tag intent='error' >{tool.status}</Tag>
+ <Tag intent='error'>{tool.status}</Tag>
294
)}
295
</div>
296
{bowtieReport && (
@@ -311,7 +311,7 @@ const ToolingTable = ({
311
312
313
<div className='text-sm text-gray-600 dark:text-gray-300 mt-1'>
314
- {tool.toolingTypes?.join(', ')} |
+ {tool.toolingTypes?.join(',')} |
315
{tool.languages?.join(', ')}
316
317
<div className='flex flex-wrap gap-1 mt-1'>
0 commit comments