mobile arrows

This commit is contained in:
ntr
2019-05-03 20:46:07 +10:00
parent fe93637d29
commit f58ad3307b
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function TargetSvg(args) {
: outgoing.map(getPath);
return (
<svg viewBox="0 0 900 900" preserveAspectRatio="none" className="target-svg" transform='rotate(-90)'>
<svg viewBox="0 0 900 900" preserveAspectRatio="none" className="target-svg">
{arrows}
</svg>
);