Skip to content

Commit

Permalink
Merge pull request #33 from DimensionDev/fix/naming
Browse files Browse the repository at this point in the history
fix: image naming
  • Loading branch information
dudu0506 authored Jul 25, 2024
2 parents 599d178 + 1dad02e commit 366703e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/PollCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function VoteResult({ choice, theme, isMax }: VoteResultProps) {
// eslint-disable-next-line @next/next/no-img-element
<img
alt={choice.name}
src={`${env.external.NEXT_PUBLIC_HOST}/tick-circle.png`}
src={`${env.external.NEXT_PUBLIC_HOST}/checked.png`}
style={{
display: 'flex',
width: 20 * IMAGE_ZOOM_SCALE,
Expand Down

0 comments on commit 366703e

Please sign in to comment.