We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711c2ec commit 3692c2dCopy full SHA for 3692c2d
apps/dashboard/src/app/components/navbar.tsx
@@ -42,7 +42,7 @@ export function Header() {
42
<div className='flex justify-between items-center container mx-auto p-5'>
43
<Link to='/' className='flex items-center gap-2'>
44
<img src='/icon.png' alt='Kir-Mail' className='w-10 mx-auto' />
45
- <h1 className='hidden md:block'>Kir-Mail</h1>
+ <h1>Kir-Mail</h1>
46
</Link>
47
<DesktopNav />
48
<MobileNav />
0 commit comments