Skip to content

Commit

Permalink
[Design] fix Club publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyah committed Jun 5, 2024
1 parent 43f3d8f commit 1168782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/community/components/club/ClubCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function ClubCard({
)}
{showManageButton && (
<Link href={`/community/club/manage/${clubId}`}>
<button className="w-full bg-blue-400 text-white py-[1.3rem] leading-none text-xl font-medium rounded-b-2xl md:hidden">
<button className="w-full bg-blue-400 text-white md:py-[1.3rem] py-4 leading-none md:text-base text-sm font-medium rounded-b-2xl md:hidden">
관리하기
</button>
</Link>
Expand Down

0 comments on commit 1168782

Please sign in to comment.