Skip to content

Commit

Permalink
πŸ’„ Style(#315): 참여쀑인 μŠ€ν…Œλ”” 없을 λ•Œ, ui λ°˜μ‘ν˜• 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 committed Dec 2, 2023
1 parent 7362304 commit 1282e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(user-menu)/mysteady/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const MySteadyPage = () => {
case "recruiting" || "closed":
return "참여쀑인 ";
default:
return "μ°Έμ—¬μ€‘μ΄κ±°λ‚˜ μ’…λ£Œλœ";
return "μ°Έμ—¬μ€‘μ΄κ±°λ‚˜ μ’…λ£Œλœ ";
}
};

Expand Down Expand Up @@ -171,7 +171,7 @@ const MySteadyPage = () => {
className="flex h-1000 flex-col items-center justify-center gap-20 text-30 font-bold"
key={`${pageIndex}`}
>
<div>
<div className="max-sm:text-22 sm:text-22 md:text-25 lg:text-28 xl:text-30">
{emptySteadiesMessage()}
μŠ€ν…Œλ””κ°€ μ—†μŠ΅λ‹ˆλ‹€.
</div>
Expand Down

0 comments on commit 1282e3a

Please sign in to comment.