Skip to content

Commit

Permalink
Merge pull request inkonchain#316 from mdqst/patch-3
Browse files Browse the repository at this point in the history
fix: Fixed Typo in Interface Name Update ThumbUp.tsx
  • Loading branch information
ink-victor authored Jan 6, 2025
2 parents f7df8f8 + fb80667 commit bfd448f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/ThumbUp.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
interface ThumpUpProps {
interface ThumbUpProps {
className?: string;
}

export const ThumbUpIcon: React.FC<ThumpUpProps> = ({
export const ThumbUpIcon: React.FC<ThumbUpProps> = ({
className = "size-6",
}) => {
return (
Expand Down

0 comments on commit bfd448f

Please sign in to comment.