Skip to content

Commit 009cd8c

Browse files
halionazCopilot
andauthored
fix: thx copilot - add aria lable to share button
vsc키기귀찮아 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2470e52 commit 009cd8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/features/detail/components/DetailHeader

src/features/detail/components/DetailHeader/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const DetailHeader = ({ itemId, isMine }: Props) => {
2929
<header className={s.Container}>
3030
<button className={`mgc_left_line ${s.BackButton}`} onClick={goBack} aria-label="Go back" />
3131
<div className={s.RightSide}>
32-
<button className={`${s.RightButton} mgc_share_3_fill`} />
32+
<button className={`${s.RightButton} mgc_share_3_fill`} aria-label="Share item" />
3333
{isMine && <button className={`${s.RightButton} mgc_more_2_fill`} onClick={handleMoreButtonClick} />}
3434
</div>
3535
</header>

0 commit comments

Comments
 (0)