summaryrefslogtreecommitdiff
path: root/frontend/views/page/components/tile.handle.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/page/components/tile.handle.js')
-rw-r--r--frontend/views/page/components/tile.handle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/page/components/tile.handle.js b/frontend/views/page/components/tile.handle.js
index 43817a3..b997d13 100644
--- a/frontend/views/page/components/tile.handle.js
+++ b/frontend/views/page/components/tile.handle.js
@@ -94,7 +94,7 @@ const generateTransform = (tile, box) => {
transform.push('scale(' + scale + ')')
}
if (rotation !== 0) {
- transform.push('rotateZ(' + rotation + 'rad)')
+ transform.push('rotateZ(' + rotation + 'deg)')
}
return transform.join(' ')
}