Skip to content

Commit

Permalink
chore: a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jan 22, 2024
1 parent 3f8b032 commit c832000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/project/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ export default function ProjectCard(props: ProjectProps) {

<div className="flex flex-row gap-2">
{props.links.github && (
<a href={props.links.github}>
<a href={props.links.github} aria-label="GitHub">
<Github />
</a>
)}
{props.links.website && (
<a href={props.links.website}>
<a href={props.links.website} aria-label="Website Link">
<Link />
</a>
)}
Expand Down

0 comments on commit c832000

Please sign in to comment.