소스 검색

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

johnd99 1 년 전
부모
커밋
f92f04c13c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);