diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Branding/Branding.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Branding/Branding.tsx b/src/components/Branding/Branding.tsx index e14ffdf..9421314 100644 --- a/src/components/Branding/Branding.tsx +++ b/src/components/Branding/Branding.tsx @@ -22,7 +22,7 @@ const Branding: BrandingReturn = ({ isHome = false }) => { message: `${config.name} picture`, comment: 'Branding logo.', })} - layout="intrinsic" + layout="responsive" /> </div> <div className={styles.logo__back}> |
