Skip to content

Commit

Permalink
fixed naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan-bhardwaj committed Sep 6, 2024
1 parent 961ed57 commit ab9286c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/PrizeSVG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface PrizeSVGProps {
token: string;
}

const FoodWaveSVG: React.FC<PrizeSVGProps> = ({
const PrizeSVG: React.FC<PrizeSVGProps> = ({
prizeNum,
attendeePoints,
token,
Expand Down Expand Up @@ -44,4 +44,4 @@ const FoodWaveSVG: React.FC<PrizeSVGProps> = ({
return getSVG();
};

export default FoodWaveSVG;
export default PrizeSVG;

0 comments on commit ab9286c

Please sign in to comment.