File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export const useGame = () => {
108
108
if ( ! gameover ) {
109
109
if ( guess === todayWord ) {
110
110
onGameover ( ) ;
111
- setToast ( "Жарайсын ! Кешірек келсең жаңа сөз пайда болады" ) ;
111
+ setToast ( "Жарайсың ! Кешірек келсең жаңа сөз пайда болады. " ) ;
112
112
}
113
113
114
114
if ( guess . length < 5 ) {
@@ -130,7 +130,7 @@ export const useGame = () => {
130
130
}
131
131
if ( chance > 5 ) {
132
132
onGameover ( ) ;
133
- setToast ( "Келесі рет сәті түсер" ) ;
133
+ setToast ( "Келесі рет сәті түсер. " ) ;
134
134
}
135
135
} ;
136
136
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ body {
124
124
border-radius : 10px ;
125
125
opacity : 0 ;
126
126
transition : all 300ms ease-in-out;
127
+ text-align : center;
127
128
128
129
left : 50% ;
129
130
transform : translate (-50% , -100% );
You can’t perform that action at this time.
0 commit comments