Selaa lähdekoodia

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

johnd99 1 vuosi sitten
vanhempi
commit
f92f04c13c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);