fix: logo height overflow causing title to be clickable
This commit is contained in:
parent
0bea6c900c
commit
09e028fc98
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue