Skip to content

Commit

Permalink
Fix link to img
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <[email protected]>
  • Loading branch information
psolymos committed Apr 17, 2024
1 parent 36931d3 commit 3acff1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Methods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</p>
<div class="container mx-auto flex flex-col lg:flex-row items-center justify-between pt-4">
<img
src="poisson_noroad_predquant.png"
src="../poisson_noroad_predquant.png"
alt="Map"
/>
</div>
Expand All @@ -29,7 +29,7 @@
</p>
<div class="container mx-auto flex flex-col lg:flex-row items-center justify-between pt-4">
<img
src="NationalModelUnits.png"
src="../NationalModelUnits.png"
alt="Map"
/>
</div>
Expand Down

0 comments on commit 3acff1e

Please sign in to comment.