chore: new logo and font

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-09 01:48:33 +01:00
parent 68ad334a7f
commit 1bd9e9098d
11 changed files with 118 additions and 110 deletions

View File

@@ -91,17 +91,19 @@ const Navbar: React.FC<NavbarProps> = ({ onSwitchTheme }) => {
sx={{
background: 'transparent',
boxShadow: 'none',
color: 'text.primary'
color: 'text.primary',
pt: 2
}}
>
<Toolbar
sx={{
justifyContent: 'space-between',
alignItems: 'center'
alignItems: 'center',
mx: { md: '50px', lg: '150px' }
}}
>
<Link to="/">
<img src={logo} width={isMobile ? '80px' : '150px'} />
<img src={logo} width={isMobile ? '120px' : '200px'} />
</Link>
{isMobile ? (
<>