Browse Source

fix: Correct unit from 'eg' to 'deg' (#7891)

johnd99 1 year ago
parent
commit
f92f04c13c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      excalidraw-app/collab/CollabError.scss

+ 1 - 1
excalidraw-app/collab/CollabError.scss

@@ -23,7 +23,7 @@
       transform: rotate(10deg);
     }
     50% {
-      transform: rotate(0eg);
+      transform: rotate(0deg);
     }
     75% {
       transform: rotate(-10deg);