We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8a9ed commit e9e5e97Copy full SHA for e9e5e97
components/home/Changelog.tsx
@@ -77,7 +77,7 @@ export default function Changelog({ className }: { className?: string }) {
77
key="root"
78
href="/changelog"
79
className="relative flex gap-x-4 group"
80
- role="listitem" // Added role for the link acting as a button
+ role="button" // Added role for the link acting as a button
81
aria-label="Read the full changelog" // Added aria-label for the link
82
>
83
<div className="h-6 absolute left-0 top-0 flex w-6 justify-center">
0 commit comments