diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-15 22:52:33 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-15 22:52:33 +0100 |
| commit | 4d0b13d22be1297c91316d5e52c8fb30ded5c7dd (patch) | |
| tree | 5c3554c6385a065e032487a499e3ea985c8b2e64 | |
| parent | aa1ca65e7c9807c6d6020e39166536297fe1cdae (diff) | |
fix: keep logo consistent on zoom
| -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}> |
