Skip to content

Commit 3692c2d

Browse files
committed
feat: title unhidden below md
1 parent 711c2ec commit 3692c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Header() {
4242
<div className='flex justify-between items-center container mx-auto p-5'>
4343
<Link to='/' className='flex items-center gap-2'>
4444
<img src='/icon.png' alt='Kir-Mail' className='w-10 mx-auto' />
45-
<h1 className='hidden md:block'>Kir-Mail</h1>
45+
<h1>Kir-Mail</h1>
4646
</Link>
4747
<DesktopNav />
4848
<MobileNav />

0 commit comments

Comments
 (0)