refactor: streamline language initialization and update Container component in HomePage and MyLoansPage

This commit is contained in:
2025-10-26 14:05:54 +01:00
parent bcf93ee9eb
commit 070a390da8
3 changed files with 21 additions and 9 deletions

View File

@@ -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