Merge pull request #363 from Mujtaba500/bugfix/logo-height-overflow

fix: prevent logo height from overflowing into title
This commit is contained in:
Nevo David 2024-10-16 13:25:27 +07:00 committed by GitHub
commit 3823bbd99d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export const LayoutSettings = ({ children }: { children: ReactNode }) => {
{isGeneral ? (
<svg
width="80"
height="167"
height="75"
viewBox="0 0 366 167"
fill="none"
xmlns="http://www.w3.org/2000/svg"