Aria label for view post

This commit is contained in:
Imbus 2024-03-08 06:06:15 +01:00
parent 2362231767
commit cceba2cc42

View file

@ -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>