Let's make it start

pull/966/merge
Lim Chee Aun 2025-02-02 20:10:36 +08:00
rodzic 7064579dbd
commit 59d4e8a8e2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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