Skip to content

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Mar 24, 2024
1 parent 39e5545 commit 22ba50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Icons/IconLogoTextmark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const IconLogoTextmark = (props: IconProps) => {
fill="currentColor"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M79.1211 45.5669C78.6814 46.2284 78.4469 47.0046 78.4469 47.7985V85.9288C78.4469 89.6432 75.4314 92.6543 71.7114 92.6543H50.2473C46.5273 92.6543 43.5118 89.6432 43.5118 85.9288V47.6038C43.5118 46.8099 43.2772 46.0336 42.8376 45.3722L14.7325 3.09122C12.519 -0.238828 7.32413 1.32597 7.32413 5.3228V124.585C7.32413 137.257 17.6125 147.531 30.3038 147.531H91.7838C104.475 147.531 114.763 137.257 114.763 124.585V5.32366C114.763 1.32683 109.569 -0.237973 107.355 3.09208L79.1211 45.5669ZM37.8081 106.893C34.8549 106.893 32.4609 104.502 32.4609 101.553C32.4609 98.6044 34.8549 96.2139 37.8081 96.2139H84.1507C87.1039 96.2139 89.4979 98.6044 89.4979 101.553C89.4979 104.502 87.1039 106.893 84.1507 106.893H37.8081Z"
fill="currentColor"
/>
Expand Down

0 comments on commit 22ba50c

Please sign in to comment.