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 (
|
return (
|
||||||
<section class='components__heros'>
|
<section class='components__heros'>
|
||||||
<h1 class='components__heros__title'>
|
<h1 class='components__heros__title'>
|
||||||
L'atelier participatif libre et open
|
L'atelier participatif libre et open source
|
||||||
</h1>
|
</h1>
|
||||||
<p class='components__heros__subtitle'>
|
<p class='components__heros__subtitle'>
|
||||||
Venez découvrir un tout nouvelle univers où vous pouvez concrétiser vos
|
Venez découvrir un tout nouvelle univers où vous pouvez concrétiser vos
|
||||||
|
|
|
@ -24,7 +24,7 @@ export default function App({ Component }: PageProps) {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name='description'
|
name='description'
|
||||||
content="Fablab Cohabit - L'atelier participatif libre et open"
|
content="Fablab Cohabit - L'atelier participatif libre et open source"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel='shortcut icon'
|
rel='shortcut icon'
|
||||||
|
|
Loading…
Reference in a new issue