-
v4.0.0
+
v{process.env.appVersion}
Licensed under MIT
diff --git a/client/components/shared/ThemeSwitch.tsx b/client/components/shared/ThemeSwitch.tsx
index 11f19418..2b414a09 100644
--- a/client/components/shared/ThemeSwitch.tsx
+++ b/client/components/shared/ThemeSwitch.tsx
@@ -13,7 +13,7 @@ const ThemeSwitch = styled(Switch)(({ theme }) => ({
transform: 'translateX(22px)',
'& .MuiSwitch-thumb:before': {
backgroundImage: `url('data:image/svg+xml;utf8,
')`,
},
'& + .MuiSwitch-track': {
@@ -36,7 +36,7 @@ const ThemeSwitch = styled(Switch)(({ theme }) => ({
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center',
backgroundImage: `url('data:image/svg+xml;utf8,
')`,
},
},
diff --git a/client/config/languages.ts b/client/config/languages.ts
index f899bc53..9a9f3ac3 100644
--- a/client/config/languages.ts
+++ b/client/config/languages.ts
@@ -54,5 +54,5 @@ export const languageMap: Record
= languages.reduce(
...acc,
[lang.code]: lang,
}),
- {}
+ {},
);
diff --git a/client/constants/index.ts b/client/constants/index.ts
index 97e56ff8..c0db8868 100644
--- a/client/constants/index.ts
+++ b/client/constants/index.ts
@@ -10,7 +10,7 @@ export const FILENAME_TIMESTAMP = 'DDMMYYYYHHmmss';
// Links
export const DOCS_URL = 'https://docs.rxresu.me';
-export const DONATION_URL = 'https://paypal.me/RajaRajanA';
+export const DONATION_URL = 'https://paypal.me/amruthde';
export const TRANSLATE_URL = 'https://translate.rxresu.me/';
export const DIGITALOCEAN_URL = 'https://pillai.xyz/digitalocean';
export const REDDIT_URL = 'https://www.reddit.com/r/reactiveresume/';
diff --git a/client/modals/auth/LoginModal.tsx b/client/modals/auth/LoginModal.tsx
index b8e72599..51e9c1af 100644
--- a/client/modals/auth/LoginModal.tsx
+++ b/client/modals/auth/LoginModal.tsx
@@ -121,7 +121,7 @@ const LoginModal: React.FC = () => {
>
{t('modals.auth.login.body')}
-