Skip to content

Commit

Permalink
๐Ÿ› fix: Step Indicator ๋ณ€๊ฒฝ์œผ๋กœ ์ธํ•œ ๊ณต๊ณ  ๋“ฑ๋ก/์ˆ˜์ • step indicator ๋””์ž์ธ ๊นจ์ง ์ •์ƒํ™” #127
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Jan 22, 2025
1 parent 6b78325 commit 07ad855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pages/Employer/Post/EmployerCreatePostPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const EmployerCreatePostPage = () => {
length={5}
currentStep={currentStep}
mainColor="#1E1926"
textColor='#FFFFFF'
/>
</div>
<div className="w-full flex justify-center px-6">
Expand Down
3 changes: 2 additions & 1 deletion src/pages/Employer/Post/EmployerEditPostPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const EmployerEditPostPage = () => {
hasBackButton
onClickBackButton={() => navigate(-1)}
hasMenuButton={false}
title="๊ณต๊ณ ๋“ฑ๋ก"
title="๊ณต๊ณ ์ˆ˜์ •"
/>
{devIsModal ? (
<CompleteModal
Expand All @@ -107,6 +107,7 @@ const EmployerEditPostPage = () => {
length={5}
currentStep={currentStep}
mainColor="#1E1926"
textColor='#FFFFFF'
/>
</div>
<div className="w-full flex justify-center px-6">
Expand Down

0 comments on commit 07ad855

Please sign in to comment.