fix: replace jQuery with vanilla JS scrollIntoView
Some checks failed
Lint / PHP Syntax Check (push) Has been cancelled
Lint / CSS Lint (stylelint) (push) Has been cancelled
Lint / HTML Lint (htmlhint) (push) Has been cancelled

This commit is contained in:
2026-06-02 23:50:56 +02:00
parent b774bd0363
commit 45368bb607

View File

@@ -12,7 +12,7 @@
</ul> </ul>
<button <button
class="nav-cta" class="nav-cta"
onclick="$('html').animate({ scrollTop: $('#kontakt').offset().top }, 700)" onclick="document.getElementById('kontakt').scrollIntoView({behavior:'smooth'})"
> >
Jetzt anfragen Jetzt anfragen
</button> </button>