Don't show hero pointer when loading

This commit is contained in:
Lim Chee Aun 2022-12-30 13:26:05 +08:00
parent 167399f889
commit 123d2469f6

View file

@ -304,7 +304,7 @@ function StatusPage({ id }) {
</Link> </Link>
</div> */} </div> */}
<h1> <h1>
{!heroInView && heroStatus ? ( {!heroInView && heroStatus && uiState !== 'loading' ? (
<span class="hero-heading"> <span class="hero-heading">
{!!heroPointer && ( {!!heroPointer && (
<> <>