Skip to content

Commit

Permalink
πŸ“ Chore(#315): μ½˜μ†” μ‚­μ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 committed Dec 2, 2023
1 parent 39a3d4c commit 6bf62bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/TabBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { usePathname } from "next/navigation";
const TabBar = () => {
const path = usePathname();

console.log(path);

return (
<div className="flex h-41 justify-between gap-20 border-b-3 border-st-gray-100 sm:h-47 md:hidden">
<Link href={"/mypage"}>
Expand Down

0 comments on commit 6bf62bf

Please sign in to comment.