Let's make it start

This commit is contained in:
Lim Chee Aun 2025-02-02 20:10:36 +08:00
parent 7064579dbd
commit 59d4e8a8e2

View file

@ -33,7 +33,7 @@ import NavMenu from './nav-menu';
import Status from './status';
const scrollIntoViewOptions = {
block: 'nearest',
block: 'start',
inline: 'center',
behavior: 'smooth',
};