File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ const en: { [key: string]: string } = {
60
60
errorUtilityCompany : 'Utility Company Required' ,
61
61
logout : 'Logout' ,
62
62
upload : 'Upload' ,
63
+ error : 'Error!' ,
63
64
errorText : 'Something went wrong' ,
64
65
success : 'Success!' ,
65
66
lockDemandSuccess : 'Demand Locked Successfully!' ,
Original file line number Diff line number Diff line change @@ -200,8 +200,7 @@ const LockDemand = () => {
200
200
backgroundColor = { '#fff' }
201
201
boxShadow = " 0 4px 20px 0 rgba(0, 0, 0, .07)"
202
202
zIndex = { '1' }
203
- pl = "20px"
204
- pr = "20px"
203
+ p = "20px"
205
204
// height={'60px'}
206
205
alignItems = { 'center' }
207
206
justifyContent = "space-between"
@@ -220,7 +219,7 @@ const LockDemand = () => {
220
219
</ Flex >
221
220
< Box
222
221
maxWidth = { { base : '100vw' , md : '30rem' , lg : '40rem' } }
223
- margin = "calc(0rem + 60px ) auto auto auto"
222
+ margin = "calc(0rem + 96px ) auto auto auto"
224
223
backgroundColor = "white"
225
224
// height={'calc(100vh - 330px)'}
226
225
>
You can’t perform that action at this time.
0 commit comments