Skip to content

Commit e9e5e97

Browse files
committed
fix: aria role
1 parent bb8a9ed commit e9e5e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/home/Changelog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function Changelog({ className }: { className?: string }) {
7777
key="root"
7878
href="/changelog"
7979
className="relative flex gap-x-4 group"
80-
role="listitem" // Added role for the link acting as a button
80+
role="button" // Added role for the link acting as a button
8181
aria-label="Read the full changelog" // Added aria-label for the link
8282
>
8383
<div className="h-6 absolute left-0 top-0 flex w-6 justify-center">

0 commit comments

Comments
 (0)