Skip to content

Commit

Permalink
fix: fix typo (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
2yunseong authored Aug 30, 2024
1 parent f4bb863 commit b2650fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/RecruitFloat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const RecruitFloat = () => {
</div>
<div className="text-neutral-300">
<span>에코노베이션</span>
<span className="text-white">` {RECRUIT.GENERTAION}기 `</span>
<span className="text-white">{` ${RECRUIT.GENERTAION}기 `}</span>
<span>신입 모집&nbsp;</span>
{renderwordByRecruitStatus(recruitStatus)}
</div>
Expand Down

0 comments on commit b2650fe

Please sign in to comment.