Skip to content

Commit

Permalink
Fix image (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojowen authored Aug 13, 2024
1 parent d27f1f4 commit 89f5158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-donate/page-donate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class PageDonate {
<h1 class="has-text-red is-upcase">Donate</h1>
<p>Waiting in line is a bummer. Waiting in line with pizza is a little less of a bummer.</p>
<p>Keep our locations of civic engagement joyful and welcoming places where no one has an empty stomach by chipping into the pizza fund today.</p>
<img class="hero" src="images/donate-hero.png" />
<img class="hero" src="/images/donate-hero.png" />
</div>

<ui-card>
Expand Down

0 comments on commit 89f5158

Please sign in to comment.