mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 15:09:32 +02:00
chore: new logo and font
This commit is contained in:
@@ -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 ? (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user