closes #12
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
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:
parent
764a36edb5
commit
1ee0a4e640
1 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue