Skip to content

Commit f75c55f

Browse files
authored
Merge pull request #150 from InserToken/feat/35-pracMain/minseon
[modify] navbar 햄버거
2 parents a03686e + f6d74b9 commit f75c55f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Navbar/navbar.client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default function Navbar() {
7575
: "text-[#E2E2E2] hover:text-white");
7676

7777
return (
78+
7879
<nav className="h-[98px] flex items-center px-8 pl-10 fixed bg-inherit w-full z-20 text-nowrap">
7980
{/* 로고 & 홈 이동 */}
8081
<button

0 commit comments

Comments
 (0)