diff --git a/frontend/src/velxio-elements/breadboard-element.ts b/frontend/src/velxio-elements/breadboard-element.ts index 881adb02..e251e50d 100644 --- a/frontend/src/velxio-elements/breadboard-element.ts +++ b/frontend/src/velxio-elements/breadboard-element.ts @@ -80,14 +80,14 @@ function buildSvg(): string { parts.push( ``, // body - ``, + ``, // rail separator lines: red above +, blue below - ``, ``, ``, ``, // center channel - ``, + ``, ); // holes for (const p of PINS) parts.push(holeRect(p.x, p.y));