Skip to content

Commit 37851fe

Browse files
PoProstuWitoldCopilot
andcommitted
fix: navbar options
Co-authored-by: Copilot <copilot@github.com>
1 parent 5225672 commit 37851fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/core/NavBar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const Navbar: React.FC = () => {
6161
<li>
6262
<Link
6363
href='/#about'
64-
className='btn btn-ghost btn-sm rounded-md hover:text-base-content hover:bg-base-content/5 transition-colors px-4'
64+
className='btn btn-ghost w-full justify-start flex items-center gap-3 text-base-content/80 hover:text-base-content hover:bg-base-content/5 text-base font-medium lg:justify-center lg:gap-1.5 lg:btn-sm lg:rounded-md lg:px-4 lg:text-sm'
6565
>
6666
About
6767
</Link>
@@ -72,15 +72,15 @@ export const Navbar: React.FC = () => {
7272
<li>
7373
<Link
7474
href='/blog'
75-
className='btn btn-ghost btn-sm rounded-md hover:text-base-content hover:bg-base-content/5 transition-colors px-4'
75+
className='btn btn-ghost w-full justify-start flex items-center gap-3 text-base-content/80 hover:text-base-content hover:bg-base-content/5 text-base font-medium lg:justify-center lg:gap-1.5 lg:btn-sm lg:rounded-md lg:px-4 lg:text-sm'
7676
>
7777
Blog
7878
</Link>
7979
</li>
8080
<li>
8181
<Link
8282
href='/#contact'
83-
className='btn btn-ghost btn-sm rounded-md hover:text-base-content hover:bg-base-content/5 transition-colors px-4'
83+
className='btn btn-ghost w-full justify-start flex items-center gap-3 text-base-content/80 hover:text-base-content hover:bg-base-content/5 text-base font-medium lg:justify-center lg:gap-1.5 lg:btn-sm lg:rounded-md lg:px-4 lg:text-sm'
8484
>
8585
Contact
8686
</Link>
@@ -91,7 +91,7 @@ export const Navbar: React.FC = () => {
9191
<li>
9292
<a
9393
href='/feed'
94-
className='btn btn-ghost btn-sm rounded-md hover:text-base-content hover:bg-base-content/5 transition-colors px-3 font-mono text-[11px] tracking-wider uppercase'
94+
className='btn btn-ghost w-full justify-start flex items-center gap-3 text-base-content/80 hover:text-base-content hover:bg-base-content/5 text-base font-medium lg:justify-center lg:gap-1.5 lg:btn-sm lg:rounded-md lg:px-4 lg:text-sm'
9595
target='_blank'
9696
rel='noopener noreferrer'
9797
title='Feed'

0 commit comments

Comments
 (0)