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 f806727 commit 5111922Copy full SHA for 5111922
pages/tools/components/ToolingTable.tsx
@@ -7,7 +7,7 @@ import React, {
7
} from 'react';
8
9
import { Headline2 } from '~/components/Headlines';
10
-import CancelIcon from '~/public/icons/cancel.svg';
+import InfoIcon from '~/public/icons/icons8-info.svg';
11
import OutLinkIcon from '~/public/icons/outlink.svg';
12
13
import toTitleCase from '../lib/toTitleCase';
@@ -260,7 +260,7 @@ const ToolingTable = ({
260
<OutLinkIcon className='fill-none stroke-current w-5 h-5 stroke-2' />
261
</a>
262
) : (
263
- <CancelIcon className='fill-current stroke-current w-4 h-4' />
+ <InfoIcon className='fill-none stroke-current w-5 h-5 stroke-2' />
264
)}
265
</div>
266
public/icons/icons8-info.svg
0 commit comments