|
@@ -123,7 +123,6 @@ Confidential.displayName = 'Confidential';
|
|
|
|
|
|
|
|
interface NavbarLogoProps {
|
|
interface NavbarLogoProps {
|
|
|
isDefaultLogo?: boolean
|
|
isDefaultLogo?: boolean
|
|
|
- isCustomizedLogoUploaded?: boolean
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const GrowiNavbarLogo: FC<NavbarLogoProps> = memo((props: NavbarLogoProps) => {
|
|
const GrowiNavbarLogo: FC<NavbarLogoProps> = memo((props: NavbarLogoProps) => {
|