Aria label for view post
This commit is contained in:
parent
2362231767
commit
cceba2cc42
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export function PostSegment(props: { post: Post }): JSXElement {
|
|||
<button
|
||||
onClick={(): void => nav("/post/" + props.post?.id)}
|
||||
class="btn btn-xs"
|
||||
aria-label="View post"
|
||||
>
|
||||
<Arrow />
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue