fix: change icon paths to _static
This commit is contained in:
@@ -37,7 +37,7 @@ export default function Challenges({ journeys, victories }: ChallengesProps) {
|
||||
<Image
|
||||
alt="Checkmark Icon"
|
||||
height={9}
|
||||
src="/check.svg"
|
||||
src="/_static/icons/check.svg"
|
||||
width={12}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user