Skip to content

Commit

Permalink
fix: Logo as black
Browse files Browse the repository at this point in the history
  • Loading branch information
gaquarius committed Feb 14, 2024
1 parent b113d4d commit 7416965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/validators/Creditcoin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const Creditcoin = () => (
>
<path
d="M423.115 350.219C388.501 409.877 323.948 450 250.002 450C139.553 450 50.0003 360.448 50.0003 250C50.0003 139.552 139.553 50 250.002 50C324.014 50 388.633 90.2107 423.225 149.956L466.509 124.89C423.247 50.2414 342.496 0 250.002 0C111.941 0 0 111.94 0 250C0 388.082 111.941 500 250.002 500C342.452 500 423.159 449.824 466.421 375.219L423.115 350.219Z"
fill="white"
fill="black"
/>
<path
d="M500.001 225H293.261C284.613 210.075 268.502 200 249.999 200C222.387 200 199.999 222.388 199.999 250C199.999 277.612 222.387 300 249.999 300C268.502 300 284.613 289.925 293.261 275H500.001V225Z"
fill="white"
fill="black"
/>
</svg>
);
Expand Down

0 comments on commit 7416965

Please # to comment.