Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bdd5bca41 | ||
|
|
f5d3866b4f |
1778
package-lock.json
generated
1778
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -167,6 +167,7 @@ export default function LandingPage(
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<Section id="about" title={t.about.title} paragraphs={<p>{t.about.description}</p>} />
|
<Section id="about" title={t.about.title} paragraphs={<p>{t.about.description}</p>} />
|
||||||
<Section id="where" title={t.where.title} paragraphs={<p>{t.where.location}</p>} after={<LazyLeafletMap t={t} />} />
|
<Section id="where" title={t.where.title} paragraphs={<p>{t.where.location}</p>} after={<LazyLeafletMap t={t} />} />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue