Skip to content

Commit

Permalink
Remove info icon
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves committed Oct 24, 2023
1 parent eca9acc commit b2c3ef8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions components/tool/trase-link/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const TraseLink = ({ country, commodity, unit, year }) => {
height="19"
viewBox="0 0 19 19"
fill="none"
className="mr-2"
>
<path
d="M9.29762 3.83333H3.125C2.56142 3.83333 2.02091 4.05722 1.6224 4.45573C1.22388 4.85425 1 5.39475 1 5.95833V15.875C1 16.4386 1.22388 16.9791 1.6224 17.3776C2.02091 17.7761 2.56142 18 3.125 18H13.0417C13.6053 18 14.1458 17.7761 14.5443 17.3776C14.9428 16.9791 15.1667 16.4386 15.1667 15.875V9.70238M5.25 13.75L18 1M18 1H13.0417M18 1V5.95833"
Expand All @@ -28,31 +27,6 @@ const TraseLink = ({ country, commodity, unit, year }) => {
/>
</svg>
<span>Check data on Trase</span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
height="14"
viewBox="0 0 14 14"
fill="none"
>
<path
d="M7 0.4375C10.6244 0.4375 13.5625 3.37563 13.5625 7C13.5625 10.6244 10.6244 13.5625 7 13.5625C3.37563 13.5625 0.4375 10.6244 0.4375 7C0.4375 3.37563 3.37563 0.4375 7 0.4375Z"
stroke="#222222"
strokeWidth="0.875"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M6.30029 6.30029H7.70029V10.5003H6.30029V6.30029Z"
fill="#222222"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M6.30029 3.5H7.70029V4.9H6.30029V3.5Z"
fill="#222222"
/>
</svg>
</a>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion components/tool/trase-link/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 100%;
a {
display: flex;
gap: 4px;
gap: 12px;
align-items: center;
span {
color: #444242;
Expand Down

0 comments on commit b2c3ef8

Please sign in to comment.