closes #12
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-21 09:18:24 +01:00
parent 764a36edb5
commit 1ee0a4e640

View file

@ -1,6 +1,7 @@
<script>
import { onMount } from 'svelte'
import { slides } from '@state/slides.svelte'
import { navigation } from '@state/navigation.svelte'
import { t } from '@i18n'
import Footer from '@components/layout/Footer.svelte'
@ -75,7 +76,7 @@
})
</script>
<div class="about golden-grid page-scrollable" bind:this={sectionEl}>
<div class="about golden-grid page-scrollable" bind:this={sectionEl} onscroll={() => navigation.setScrolled(sectionEl.scrollTop > 100)}>
<div class="page-container">
<!-- Intro -->
<section class="about-intro">