Skip to content

Commit 5111922

Browse files
enchance the Bowtie Column Icon (#1641)
1 parent f806727 commit 5111922

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pages/tools/components/ToolingTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import React, {
77
} from 'react';
88

99
import { Headline2 } from '~/components/Headlines';
10-
import CancelIcon from '~/public/icons/cancel.svg';
10+
import InfoIcon from '~/public/icons/icons8-info.svg';
1111
import OutLinkIcon from '~/public/icons/outlink.svg';
1212

1313
import toTitleCase from '../lib/toTitleCase';
@@ -260,7 +260,7 @@ const ToolingTable = ({
260260
<OutLinkIcon className='fill-none stroke-current w-5 h-5 stroke-2' />
261261
</a>
262262
) : (
263-
<CancelIcon className='fill-current stroke-current w-4 h-4' />
263+
<InfoIcon className='fill-none stroke-current w-5 h-5 stroke-2' />
264264
)}
265265
</div>
266266
)}

public/icons/icons8-info.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)