Skip to content

Commit 5d5fe6e

Browse files
committed
changed to tailwind
1 parent 96aca77 commit 5d5fe6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/tools/components/ToolingDetailModal.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,9 @@ const BowtieReportBadge = ({ uri }: { uri: string }) => {
385385
<Image
386386
src={`https://img.shields.io/endpoint?url=${encodeURIComponent(uri)}`}
387387
alt='Bowtie Badge'
388-
className='my-1'
388+
className='my-1 h-[20px] w-auto'
389389
width={100}
390390
height={20}
391-
style={{ width: 'auto', height: '20px', objectFit: 'contain' }}
392391
/>
393392
)}
394393
{error && (

0 commit comments

Comments
 (0)