summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Spinner/LogoSpinner.jsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-05-16 15:35:24 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-05-16 15:35:24 +0700
commitdb6350771d7668f27db026c42e3885a097989f1e (patch)
treee1c370ec36a42df1d5affb5c667d99e34e2db8d0 /src/core/components/elements/Spinner/LogoSpinner.jsx
parent13ed5991179a497545cc5ed0ce98bb6a336c1b6a (diff)
optimize render
Diffstat (limited to 'src/core/components/elements/Spinner/LogoSpinner.jsx')
-rw-r--r--src/core/components/elements/Spinner/LogoSpinner.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/components/elements/Spinner/LogoSpinner.jsx b/src/core/components/elements/Spinner/LogoSpinner.jsx
index 73b84e84..94da5f1d 100644
--- a/src/core/components/elements/Spinner/LogoSpinner.jsx
+++ b/src/core/components/elements/Spinner/LogoSpinner.jsx
@@ -1,9 +1,8 @@
import Image from 'next/image'
-import IndoteknikLogo from '@/images/LOGO-INDOTEKNIK-GEAR.png'
const LogoSpinner = ({ ...props }) => (
<Image
- src={IndoteknikLogo}
+ src='/images/logo-indoteknik-gear.png'
alt='Indoteknik Logo'
width={64}
height={64}