fix: fix width for ProwlerExtended logo

This commit is contained in:
Pablo Lara
2024-07-15 11:07:06 +02:00
parent 3edb2ea9f2
commit 93e44a6019
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { IconSvgProps } from "../../../types/index";
export const ProwlerExtended: React.FC<IconSvgProps> = ({
size,
width = 200,
width = 216,
height,
...props
}) => (
+2 -2
View File
@@ -52,8 +52,8 @@ export const SidebarWrap = () => {
)}
>
<div
className={clsx("flex items-center gap-3 px-3", {
"justify-center gap-0": isCompact,
className={clsx("flex items-center gap-3 px-3 justify-center", {
"gap-0": isCompact,
})}
>
<div