FIX: some fixes for rollout
schooling link, small issues with burger menu
This commit is contained in:
parent
65ebc71431
commit
d24115c865
7 changed files with 25 additions and 12 deletions
|
@ -29,9 +29,9 @@
|
|||
import { navigation } from '../utils/navigation'
|
||||
|
||||
let observer: IntersectionObserver
|
||||
const header = ref<HTMLElement | null>(null)
|
||||
const headerWrapper = ref<HTMLElement | null>(null)
|
||||
const stickyWatch = ref<HTMLElement | null>(null)
|
||||
const header = useTemplateRef('header')
|
||||
const headerWrapper = useTemplateRef('headerWrapper')
|
||||
const stickyWatch = useTemplateRef('stickyWatch')
|
||||
|
||||
const nav = useNavigation()
|
||||
const burgerOpenLabel = 'Burgermenü öffnen'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue