Skip to content

Commit

Permalink
aria label for links added
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Jan 10, 2025
1 parent 4981e00 commit a642761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/projects/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default memo(function Projects() {
variants={containerVariants}
className="absolute bottom-8 left-1/2 transform -translate-x-1/2 z-20"
>
<Link href="#projects" prefetch={false} className="block">
<Link href="#projects" aria-label="See sinanptm's projects" prefetch={false} className="block">
<div className="w-[35px] h-[64px] rounded-3xl border-4 border-primary/50 flex justify-center items-start p-2">
<motion.div
animate={{
Expand Down

0 comments on commit a642761

Please sign in to comment.