Compare commits

...

2 commits
main ... test

Author SHA1 Message Date
Dariusz Niemczyk 5bdd5bca41
test?
Some checks failed
/ deploy (push) Failing after 1s
2025-02-11 16:49:22 +01:00
Dariusz Niemczyk f5d3866b4f
fix: package-lock
Some checks failed
/ deploy (push) Failing after 1s
2025-02-11 16:36:16 +01:00
2 changed files with 1689 additions and 90 deletions

1778
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -167,6 +167,7 @@ export default function LandingPage(
</div>
</section>
<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} />} />