fix: logo height overflow causing title to be clickable

This commit is contained in:
Mujtaba 2024-10-14 19:14:40 +05:00
parent 0bea6c900c
commit 09e028fc98
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"