Fixed locale for pixel board
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m9s

This commit is contained in:
2026-06-14 20:38:09 +02:00
parent a44c121c43
commit 1eb9efe624
6 changed files with 509 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ const sectionTargets = {
<section class="normal-section" id="place">
<Container>
<h2 class="section-title">Place things!</h2>
<h2 class="section-title">{{ t('pages.place_heading') }}</h2>
<Place></Place>
</Container>
</section>