2
0
Yohei-Shiina 3 жил өмнө
parent
commit
a6ac612016

+ 1 - 1
packages/app/src/components/Navbar/GrowiNavbar.tsx

@@ -133,7 +133,7 @@ const GrowiNavbarLogo: FC<NavbarLogoProps> = memo((props: NavbarLogoProps) => {
       // The nature of next/image, which wraps the <img> with other tags such as <div>, makes it difficult to adjust the style of the image.
       // The nature of next/image, which wraps the <img> with other tags such as <div>, makes it difficult to adjust the style of the image.
       // Instead of adding css selectors to the <Image />, wrap the <Image /> in a <div> and add selectors there to control the styles.
       // Instead of adding css selectors to the <Image />, wrap the <Image /> in a <div> and add selectors there to control the styles.
       <div id="settingBrandLogo" className='position-relative picture picture-lg mx-2 p-2'>
       <div id="settingBrandLogo" className='position-relative picture picture-lg mx-2 p-2'>
-        <Image loader={nextImageLoader} className="" alt='logo'
+        <Image loader={nextImageLoader} alt='logo'
           src={logoSrc}
           src={logoSrc}
           layout='fill'
           layout='fill'
           quality='100'
           quality='100'