From 290114b315a2f478113918cd8fc37737a47f8e70 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 20 Jun 2023 09:01:38 +0700 Subject: Update UI style --- src/pages/_app.jsx | 2 +- src/pages/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index 089622da..a8d18917 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -53,7 +53,7 @@ function MyApp({ Component, pageProps }) { { wrapperRef.current.style.height = - bannerRef.current.querySelector(':first-child').clientHeight + 'px' + bannerRef.current?.querySelector(':first-child')?.clientHeight + 'px' } return ( -- cgit v1.2.3