Skip to content

Commit

Permalink
Fix forward image path
Browse files Browse the repository at this point in the history
  • Loading branch information
pkong-ds committed Aug 15, 2024
1 parent 3a72c64 commit 2caf66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developerTools/DeveloperToolCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { url, imageSrc, title, content, id } = Astro.props;
</p>
<div class="learn-more">
Learn more
<img src="images/arrow-forward.svg" />
<img src="/images/arrow-forward.svg" />
</div>
</div>
</a>

0 comments on commit 2caf66f

Please sign in to comment.