Skip to content

Commit

Permalink
[SWM-339] Fix : logo link href '/' to '/dashboard'
Browse files Browse the repository at this point in the history
  • Loading branch information
oikkoikk committed Oct 6, 2023
1 parent e089311 commit a18749c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gnb/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function NavBar({ logo, profileDropdown }: Props) {
<nav className='z-20 h-12 shadow-sm navbar'>
<div className='flex justify-between gap-4 px-4 mx-auto lg:gap-8 lg:px-24 navbar max-w-screen-2xl'>
<h1 className='w-10 sm:w-28 lg:w-36 shrink-0'>
<Link href='/' className='shrink-0 mr-14'>
<Link href='/dashboard' className='shrink-0 mr-14'>
{windowWidth < WIDTH_SM ? (
<Image
className='w-10 h-10'
Expand Down

0 comments on commit a18749c

Please sign in to comment.