fix: bad path on inscription-newsletter.astro

main
Jalil Arfaoui 2023-01-30 23:55:43 +01:00
parent dcccd0f011
commit d7496bad7b
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ import Layout from '../layouts/Layout.astro'
<Layout title="Newsletter Les Particules">
<main>
<a href="./" style="text-decoration: none; color: black">
<a href="../" style="text-decoration: none; color: black">
<h1>
<img alt="Logo" src="./logo_les-particules_noir.jpg" style="width:80px; vertical-align: middle" />
<img alt="Logo" src="../logo_les-particules_noir.jpg" style="width:80px; vertical-align: middle" />
Les particules
</h1>
</a>