Skip to content

Commit

Permalink
feat: 참여 요청자 컴포넌트 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
surinkwon committed Oct 2, 2024
1 parent d3b7943 commit 4b3922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/setting/JoinRequestBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const JoinRequestBlock = ({ username, imageUrl }: JoinRequestBlockProps) => {
{myRole === "LEADER" && (
<>
<button
className="px-2 py-1 text-white rounded w-fit text-xxs bg-middle-green"
className="px-2 py-1 mr-3 text-white rounded w-fit text-xxs bg-middle-green"
type="button"
>
참여 수락
Expand Down

0 comments on commit 4b3922c

Please sign in to comment.