mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
fix(ui): adjust sidebar logo top spacing (#12066)
This commit is contained in:
committed by
GitHub
parent
7f9d64a996
commit
2d684c1996
@@ -0,0 +1 @@
|
||||
Sidebar logo top spacing in the main app sidebar
|
||||
@@ -37,7 +37,7 @@ export function AppSidebarContent({ onSelect }: AppSidebarContentProps) {
|
||||
|
||||
return (
|
||||
<div className="relative flex h-full min-h-0 w-full flex-col overflow-hidden">
|
||||
<div className="shrink-0 px-5 pt-6 pb-7">
|
||||
<div className="shrink-0 px-5 pt-8 pb-7">
|
||||
<Link
|
||||
href="/"
|
||||
aria-label="Prowler home"
|
||||
|
||||
Reference in New Issue
Block a user