summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/_app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.js b/src/pages/_app.js
index 1d8c5ce0..db14ca15 100644
--- a/src/pages/_app.js
+++ b/src/pages/_app.js
@@ -34,7 +34,7 @@ function MyApp({ Component, pageProps }) {
}} />
{pageLoading ? (
<div className='h-screen w-screen flex flex-col justify-center items-center'>
- <Image src='/images/loading.gif' width={64} height={64} alt='Loading Indoteknik' />
+ <Image src='/images/loading.gif' width={96} height={96} alt='Loading Indoteknik' />
<h1>Loading</h1>
</div>
) : <Component {...pageProps} />}