Skip to content

Commit

Permalink
fix: add star icon in vote fund
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelVR17 committed Sep 26, 2024
1 parent 8a4be4a commit 9437275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/gostarkme-web/components/modules/Fund/FundVote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export const FundVote = ({ icon }: FundVoteProps) => {
<ProgressBar progress={34} />
<div className="flex justify-center my-2">
<p className="text-center mx-2">200 / 300 </p>
<Image src={icon || ""} alt="icon" width={24} height={24} />
{/* <Image src={icon || ""} alt="icon" width={24} height={24} /> */}
<p>&#127775;</p>
</div>
<LinkButton label="Vote" href="/" />
</div>
Expand Down

0 comments on commit 9437275

Please sign in to comment.