refactor: streamline language initialization and update Container component in HomePage and MyLoansPage
This commit is contained in:
@@ -117,7 +117,7 @@ export const MyLoansPage = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Container maxW="7xl" className="px-6 sm:px-8 pt-10">
|
||||
<Container className="px-6 sm:px-8 pt-10">
|
||||
<Header />
|
||||
{isMsg && (
|
||||
<MyAlert
|
||||
|
||||
Reference in New Issue
Block a user