gaufre: replace 'bêta' with 'beta'

This commit is contained in:
Emmanuel Pelletier
2024-11-14 14:27:03 +01:00
parent 2d685417ca
commit 43e2468154

View File

@@ -273,7 +273,7 @@ const { services } = Astro.props
{!!logo ? (
<Image src={logo()} width="40" height="40" alt="" loading="eager" />
) : null}
{!!beta ? <span class="lagaufre-service__beta" aria-hidden="true">bêta</span> : null}
{!!beta ? <span class="lagaufre-service__beta" aria-hidden="true">beta</span> : null}
</div>
<a
target="_blank"