Skip to content

Commit

Permalink
fix mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Jun 26, 2024
1 parent 0591aea commit 51e0f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContributorCard/ContributorCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { name, picUrl, url } = Astro.props;
href={url}

draggable="false"
onDragStart={(e) => {
ondragstart={(e) => {
e.preventDefault()
return false
}}
Expand Down

0 comments on commit 51e0f29

Please sign in to comment.