Skip to content

Commit

Permalink
chore: run prettier with --write
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Ignee committed Dec 4, 2024
1 parent 0a8df1c commit 5738348
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
24 changes: 18 additions & 6 deletions components/src/chips/alu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,30 @@ export const ALUComponent = ({
</text>
<g>
<path /*stroke="black"*/ d="M 6,67.52217 H 68.675994" />
<path /*stroke="black"*/ d="M 68.479388,67.746136 60.290279,61.90711" />
<path /*stroke="black"*/ d="m 68.479388,67.40711 -8.189109,5.839026" />
<path
/*stroke="black"*/ d="M 68.479388,67.746136 60.290279,61.90711"
/>
<path
/*stroke="black"*/ d="m 68.479388,67.40711 -8.189109,5.839026"
/>
</g>
<g transform="translate(0,115.5)">
<path /*stroke="black"*/ d="M 6,67.52217 H 68.675994" />
<path d="M 68.479388,67.746136 60.290279,61.90711" /*stroke="black"*/ />
<path /*stroke="black"*/ d="m 68.479388,67.40711 -8.189109,5.839026" />
<path
d="M 68.479388,67.746136 60.290279,61.90711" /*stroke="black"*/
/>
<path
/*stroke="black"*/ d="m 68.479388,67.40711 -8.189109,5.839026"
/>
</g>
<g transform="translate(176,57.5)">
<path /*stroke="black"*/ d="M 6,67.52217 H 68.675994" />
<path /*stroke="black"*/ d="M 68.479388,67.746136 60.290279,61.90711" />
<path /*stroke="black"*/ d="m 68.479388,67.40711 -8.189109,5.839026" />
<path
/*stroke="black"*/ d="M 68.479388,67.746136 60.290279,61.90711"
/>
<path
/*stroke="black"*/ d="m 68.479388,67.40711 -8.189109,5.839026"
/>
</g>
</g>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions web/src/pages/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
}

// used for svg of ALU component
path,
path,
polygon {
stroke: var(--color);
}

text {
fill: var(--color);
}
}

0 comments on commit 5738348

Please sign in to comment.