diff --git a/src/components/catalog/views/page/layout/CatalogLayoutBcInfoView.tsx b/src/components/catalog/views/page/layout/CatalogLayoutBcInfoView.tsx index 750c638..793801f 100644 --- a/src/components/catalog/views/page/layout/CatalogLayoutBcInfoView.tsx +++ b/src/components/catalog/views/page/layout/CatalogLayoutBcInfoView.tsx @@ -2,8 +2,8 @@ import { FC, useEffect } from 'react'; import { SanitizeHtml } from '../../../../../api'; import { CatalogLayoutProps } from './CatalogLayout.types'; -// Info/landing layout: a logo box on top (image fills the full width, natural -// height, no crop) and a smaller box below with the page text in black. +// Info/landing layout: a logo box on top (image scaled to fit the available +// space, no crop) and a smaller box below with the page text in black. // Logo = page headline image (getImage(0)), text = page text 1 (getText(0)), // set from catalog admin (Gestione -> Modifica pagina). Hides the (empty) // navigation sidebar so the content uses the full width. @@ -21,14 +21,12 @@ export const CatalogLayoutBcInfoView: FC = props => return (
-
+
{ logo - ? + ? : Logo — imposta l'immagine headline da Gestione }
-
+