mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user