Skip to content

Commit 4867c72

Browse files
committed
fix: aria-label을 적용하지 않았던 곳들을 수정했습니다.
1 parent 552cf76 commit 4867c72

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/pages/activities/EditDropDown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export function EditDropDown({ activityId, isOwner, open, setOpen }: EditDropDow
120120
<div ref={dropdownRef} className='relative'>
121121
{/* 트리거 버튼 */}
122122
<Button
123+
aria-label='활동 수정 및 삭제 메뉴 열기'
123124
variant='ghost'
124125
className='h-8 w-8 p-0 rounded-full hover:bg-gray-100 transition-colors'
125126
onClick={handleToggle}

src/components/pages/activities/bookingCard/BookingMember.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default function BookingMember({
2828

2929
<div className='max-w-[140px] md:max-w-none lg:max-w-[140px] w-full flex items-center justify-between border border-gray-100 rounded-3xl'>
3030
<Button
31+
aria-label='참여 인원 수 줄이기'
3132
variant='ghost'
3233
size='sm'
3334
className='disabled:cursor-not-allowed disabled:bg-gray-100 disabled:text-gray-400 rounded-full size-10'
@@ -38,6 +39,7 @@ export default function BookingMember({
3839
</Button>
3940
<span className='font-bold'>{memberCount}</span>
4041
<Button
42+
aria-label='참여 인원 수 늘리기'
4143
className='rounded-full size-10'
4244
variant='ghost'
4345
size='sm'

0 commit comments

Comments
 (0)