fix(ui): ✏️ add missing "source" in app heros and meta description

This commit is contained in:
Julien Oculi 2024-05-28 14:03:09 +02:00
parent 24367d2c18
commit 979fac65ba
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ export function Heros() {
return (
<section class='components__heros'>
<h1 class='components__heros__title'>
L'atelier participatif libre et open
L'atelier participatif libre et open source
</h1>
<p class='components__heros__subtitle'>
Venez découvrir un tout nouvelle univers vous pouvez concrétiser vos

View file

@ -24,7 +24,7 @@ export default function App({ Component }: PageProps) {
/>
<meta
name='description'
content="Fablab Cohabit - L'atelier participatif libre et open"
content="Fablab Cohabit - L'atelier participatif libre et open source"
/>
<link
rel='shortcut icon'