Skip to content

Commit

Permalink
fix css property name for React compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelCaso committed Aug 14, 2024
1 parent cf85243 commit 8cb29ab
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const GitHubIcon = (
<svg
stroke="currentColor"
fill="currentColor"
stroke-width="0"
strokeWidth="0"
viewBox="0 0 496 512"
className="w-6 h-6 text-gray-400 hover:text-gray-100"
height="1em"
Expand All @@ -32,7 +32,7 @@ export const LinkedInIcon = (
<svg
stroke="currentColor"
fill="currentColor"
stroke-width="0"
strokeWidth="0"
viewBox="0 0 448 512"
className="w-6 h-6 text-gray-400 hover:text-gray-100"
height="1em"
Expand All @@ -47,7 +47,7 @@ export const YouTubeIcon = (
<svg
stroke="currentColor"
fill="currentColor"
stroke-width="0"
strokeWidth="0"
viewBox="0 0 24 24"
className="w-6 h-6 text-gray-400 hover:text-gray-100"
height="1em"
Expand Down

0 comments on commit 8cb29ab

Please sign in to comment.