fix(ui): ✏️ add missing "source" in app heros and meta description
This commit is contained in:
parent
24367d2c18
commit
979fac65ba
|
@ -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 où vous pouvez concrétiser vos
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue