Skip to content

Commit 0c1a85c

Browse files
committed
removed code of another PR
1 parent dc21b92 commit 0c1a85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tools/components/ToolingDetailModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ 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 h-[20px] w-auto'
388+
className='my-1'
389389
width={100}
390390
height={20}
391391
/>

0 commit comments

Comments
 (0)