Skip to content

Commit

Permalink
Make linter happy (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdaJane authored and atodorov committed Nov 30, 2023
1 parent 5b0118a commit 44428ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/config/validators/Creditcoin.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
const Creditcoin = () => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" xmlSpace="preserve" >
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
xmlSpace="preserve"
>
<path d="M120.107 78.0021H108.107V90.0021H120.107V78.0021Z" fill="white" />
<path d="M132.003 78.0021H120.003V90.0021H132.003V78.0021Z" fill="white" />
<path d="M144.001 78.0021H132.001V90.0021H144.001V78.0021Z" fill="white" />
Expand Down Expand Up @@ -57,4 +61,4 @@ const Creditcoin = () => (
</svg>
);

export default Creditcoin;
export default Creditcoin;

0 comments on commit 44428ea

Please sign in to comment.