Skip to content

Commit

Permalink
aria-label修正 (#400)
Browse files Browse the repository at this point in the history
## 変更内容
リプライのaria-label修正

@coderabbitai: ignore
  • Loading branch information
takecchi authored Apr 4, 2024
1 parent 809bf0e commit 55c8214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(menu)/_components/timeline/layouts/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function ReplyTo({ replyToPostId }: { replyToPostId: string }) {

return (
<MomentLinks
aria-label="リポストしたユーザー"
aria-label="返信先の投稿へ"
href={`/${data.author.username}/posts/${data.id}`}
onClick={(event) => event.stopPropagation()}
>
Expand Down

0 comments on commit 55c8214

Please sign in to comment.