Skip to content

Commit

Permalink
Merge pull request #43 from fastcampus-711/develop
Browse files Browse the repository at this point in the history
PR_240529 (4)
  • Loading branch information
alreadyme24 authored May 29, 2024
2 parents 86794a1 + 2cec2a0 commit b4949af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/submenu/SubMenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function BoardSubMenuBar({
className="me-2">
<a
key={opt.value}
href={`/${option}/${opt.value}`}
href={option === "fee" ? `/${opt.value}`:`/${option}/${opt.value}`}
className={`w-24 h-6 px-6 py-4 text-center font-['Pretendard']
${
opt.value == category
Expand Down

0 comments on commit b4949af

Please sign in to comment.