chore: Replace "Buy me a coffee" with "Hire me" (main)

This commit replaces the "Buy me a coffee" button with a
"Hire me" button in the navbar. It also updates the
corresponding translation in the `en/translation.json` file.
The icon has been changed to a job search icon, and the
link points to a Google Drive document.
This commit is contained in:
Ibrahima G. Coulibaly
2025-10-03 15:41:05 +01:00
parent 9d22c53357
commit f0e78e5cd4
3 changed files with 12 additions and 6 deletions

View File

@@ -127,7 +127,10 @@ const Navbar: React.FC<NavbarProps> = ({
></iframe>,
<Button
onClick={() => {
window.open('https://buymeacoffee.com/iib0011', '_blank');
window.open(
'https://drive.google.com/file/d/1-r9-rDYnDJic9dnDywKTAsueehIAVp5F/view?usp=sharing',
'_blank'
);
}}
sx={{ borderRadius: '100px' }}
variant={'contained'}
@@ -135,11 +138,11 @@ const Navbar: React.FC<NavbarProps> = ({
<Icon
style={{ cursor: 'pointer' }}
fontSize={25}
icon={'mdi:heart-outline'}
icon={'hugeicons:job-search'}
/>
}
>
{t('navbar.buyMeACoffee')}
{t('navbar.hireMe')}
</Button>
];
const drawerList = (