File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 { "name" : " Created" , "sort" : true }
55 ],
66 "rows" : [
7- ]
7+ ],
8+ "loading" : false
89}
Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ const LoginComponent = () => {
8484 { loading && < div className = { 'align-items-center d-flex flex justify-center mt-3' } >
8585 < Spinner height = { '1rem' } width = { '1rem' } />
8686 </ div > }
87- < button
87+ < button
8888 type = "button"
8989 onClick = { ( ) => handleLoginWithGoogle ( ) }
90- className = "w-full mt-5 text-center hudden justify-center focus:ring-0 focus:outline-none rounded border border-dark-200 md:text-md sm:text-sm text-[10px] px-5 py-3 inline-flex items-center mb-2"
90+ className = "w-full mt-5 text-center hidden justify-center focus:ring-0 focus:outline-none rounded border border-dark-200 md:text-md sm:text-sm text-[10px] px-5 py-3 inline-flex items-center mb-2"
9191 >
9292 < img src = "/images/google.svg" alt = "" />
9393 < span
You can’t perform that action at this time.
0 commit comments