Skip to content

Commit 830ddef

Browse files
committed
fix: modal logo
1 parent dbd4ebd commit 830ddef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/dashboard/sidebar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export function SideBar({ className, publicId, companies }: SideBarProps) {
175175
<ScrollArea className="h-screen px-3">
176176
<div className={cn("pb-12", className)}>
177177
<div className="gap-y-4 py-4">
178-
<div className="flex items-center px-2 py-2">
178+
<div className="flex items-center px-1 py-2">
179179
<OpenCapLogo className="h-7 w-auto" />
180180

181181
<CompanySwitcher companies={companies} publicId={publicId} />

src/components/shared/modal.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ const Modal = ({
4646
<header className="border-b border-gray-200 p-5">
4747
<div className="">
4848
<DialogHeader>
49-
<OpenCapLogo className="mb-3 h-8 w-auto" />
49+
<div className="flex justify-center">
50+
<OpenCapLogo className="mb-3 h-10 w-10" />
51+
</div>
5052
<DialogTitle className="mb-4 text-center">{title}</DialogTitle>
5153
<DialogDescription className="text-center">
5254
{subtitle}

0 commit comments

Comments
 (0)