diff --git a/public/locales/fr.json b/public/locales/fr.json index d1a3a0c173..4d324c5fd3 100644 --- a/public/locales/fr.json +++ b/public/locales/fr.json @@ -632,4 +632,4 @@ "selectContact": "Sélectionnez un contact pour démarrer la conversation", "sendMessage": "Envoyer le message" } -} \ No newline at end of file +} diff --git a/public/locales/hi.json b/public/locales/hi.json index 354d38af49..6d0cc1a8b4 100644 --- a/public/locales/hi.json +++ b/public/locales/hi.json @@ -633,4 +633,4 @@ "selectContact": "बातचीत शुरू करने के लिए एक संपर्क चुनें", "sendMessage": "मेसेज भेजें" } -} \ No newline at end of file +} diff --git a/public/locales/sp.json b/public/locales/sp.json index a82d7329d3..022afcc898 100644 --- a/public/locales/sp.json +++ b/public/locales/sp.json @@ -633,4 +633,4 @@ "selectContact": "Seleccione un contacto para iniciar una conversación", "sendMessage": "Enviar mensaje" } -} \ No newline at end of file +} diff --git a/public/locales/zh.json b/public/locales/zh.json index 0a63314bab..3719bf5aec 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -633,4 +633,4 @@ "selectContact": "選擇聯絡人開始對話", "sendMessage": "傳訊息" } -} \ No newline at end of file +} diff --git a/src/screens/ForgotPassword/ForgotPassword.module.css b/src/screens/ForgotPassword/ForgotPassword.module.css index c5033a9492..74e09aecc6 100644 --- a/src/screens/ForgotPassword/ForgotPassword.module.css +++ b/src/screens/ForgotPassword/ForgotPassword.module.css @@ -42,7 +42,6 @@ animation: zoomIn 0.3s ease-in-out; } - @-webkit-keyframes zoomIn { 0% { opacity: 0; @@ -69,4 +68,4 @@ -webkit-transform: scale(1); transform: scale(1); } -} \ No newline at end of file +} diff --git a/src/screens/LoginPage/LoginPage.module.css b/src/screens/LoginPage/LoginPage.module.css index 5a2c01c947..8e8e314ba9 100644 --- a/src/screens/LoginPage/LoginPage.module.css +++ b/src/screens/LoginPage/LoginPage.module.css @@ -185,4 +185,4 @@ -webkit-transform: translateY(0); transform: translateY(0); } -} \ No newline at end of file +}