mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
fix: fix width for ProwlerExtended logo
This commit is contained in:
@@ -4,7 +4,7 @@ import { IconSvgProps } from "../../../types/index";
|
||||
|
||||
export const ProwlerExtended: React.FC<IconSvgProps> = ({
|
||||
size,
|
||||
width = 200,
|
||||
width = 216,
|
||||
height,
|
||||
...props
|
||||
}) => (
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user