Skip to content

Commit

Permalink
fix: path to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wcrum committed Apr 24, 2024
1 parent bb793ed commit e273974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const metrics = await getCollection('aboutMetrics')
<div class="font-light text-white sm:text-lg">
<div class="flex justify-center">
<img
src="icons/cta.svg"
src="/icons/cta.svg"
class="pt-12 lg:pt-0 lg:h-28 lg:w-28 lg:min-w-28"
/>
</div>
Expand Down

0 comments on commit e273974

Please sign in to comment.