Skip to content

Commit

Permalink
Fixed code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-jha-mech committed Oct 27, 2023
1 parent 11ad503 commit 34417a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,4 +632,4 @@
"selectContact": "Sélectionnez un contact pour démarrer la conversation",
"sendMessage": "Envoyer le message"
}
}
}
2 changes: 1 addition & 1 deletion public/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@
"selectContact": "बातचीत शुरू करने के लिए एक संपर्क चुनें",
"sendMessage": "मेसेज भेजें"
}
}
}
2 changes: 1 addition & 1 deletion public/locales/sp.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@
"selectContact": "Seleccione un contacto para iniciar una conversación",
"sendMessage": "Enviar mensaje"
}
}
}
2 changes: 1 addition & 1 deletion public/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@
"selectContact": "選擇聯絡人開始對話",
"sendMessage": "傳訊息"
}
}
}
3 changes: 1 addition & 2 deletions src/screens/ForgotPassword/ForgotPassword.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
animation: zoomIn 0.3s ease-in-out;
}


@-webkit-keyframes zoomIn {
0% {
opacity: 0;
Expand All @@ -69,4 +68,4 @@
-webkit-transform: scale(1);
transform: scale(1);
}
}
}
2 changes: 1 addition & 1 deletion src/screens/LoginPage/LoginPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
}

0 comments on commit 34417a7

Please sign in to comment.