Skip to content

Commit

Permalink
마이페이지 레이아웃상단바에 현위치 indicator 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ryusudol committed Oct 30, 2023
1 parent ba8d37f commit 9529efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/components/MyPage/MyPageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const MyPageLayout = ({ children }: PropsType) => {
return (
<div className="w-full h-full flex flex-col my-0 mx-auto font-['Noto Sans KR']">
<h2 className="select-none w-full bg-[var(--color-Primary)] p-8 font-['Gugi'] text-2xl text-white border-b-2 border-solid border-[var(--color-Background)]">
{'마이페이지'}
{`마이페이지 > ${isClicked}`}
</h2>
<div className="flex">
<div className="min-h-screen w-1/6 bg-[var(--color-Primary)] min-w-[280px]">
Expand Down

0 comments on commit 9529efa

Please sign in to comment.