diff --git a/src/App.jsx b/src/App.jsx index 1bb6e37..6a3a9e0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -37,7 +37,7 @@ export const App = () => { return ( -
+
}> } /> diff --git a/src/components/ErrorBoundary.jsx b/src/components/ErrorBoundary.jsx index 17a00ab..692687d 100644 --- a/src/components/ErrorBoundary.jsx +++ b/src/components/ErrorBoundary.jsx @@ -17,7 +17,7 @@ export class ErrorBoundary extends Component { render() { if (this.state.hasError) { return ( -
+
⚠️

Something went wrong

diff --git a/src/components/features/deposits/DepositOptionsList.jsx b/src/components/features/deposits/DepositOptionsList.jsx index cf15e49..5ca6f7f 100644 --- a/src/components/features/deposits/DepositOptionsList.jsx +++ b/src/components/features/deposits/DepositOptionsList.jsx @@ -28,13 +28,13 @@ export const DepositOptionsList = ({ options }) => { const sortedCategories = CATEGORY_ORDER.filter((cat) => grouped[cat]); return ( -
+
{sortedCategories.map((category) => (
-

+

{t(`deposits.categories.${category}`)}

-
+
{grouped[category].map((opt) => ( ))} diff --git a/src/components/features/requests/WithdrawalForm.jsx b/src/components/features/requests/WithdrawalForm.jsx index f3aab28..b0f7a5b 100644 --- a/src/components/features/requests/WithdrawalForm.jsx +++ b/src/components/features/requests/WithdrawalForm.jsx @@ -151,26 +151,26 @@ export const WithdrawalForm = ({ userEmail, currentBalance }) => { -
-