Skip to content

Commit

Permalink
fix: Fixed Typo in Interface Name Update ThumbUp.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Jan 6, 2025
1 parent f7df8f8 commit fb80667
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 fb80667

Please sign in to comment.