Explorar o código

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

johnd99 hai 1 ano
pai
achega
f92f04c13c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);