Fix alignment of neck and head dots in tracker assignment page (#1720)

This commit is contained in:
Sapphire
2026-01-22 17:11:37 -06:00
committed by GitHub
parent 09e81f5ace
commit 5d14f14139

View File

@@ -59,14 +59,14 @@ export function PersonFrontIcon({ mirror = true }: { mirror?: boolean }) {
/>
<circle
className="body-part-circle"
cx="81.5"
cx="82"
cy="80"
r={CIRCLE_RADIUS}
id={BodyPart[BodyPart.NECK]}
/>
<circle
className="body-part-circle"
cx="81.5"
cx="82"
cy="35"
r={CIRCLE_RADIUS}
id={BodyPart[BodyPart.HEAD]}