Skyvern Forms UI (#1330)

This commit is contained in:
Shuchang Zheng
2024-12-05 11:56:09 -08:00
committed by GitHub
parent df4d5df48d
commit a22592001b
18 changed files with 479 additions and 234 deletions

View File

@@ -22,7 +22,7 @@ function SidebarContent({ useCollapsedState }: Props) {
{collapsed ? <LogoMinimized /> : <Logo />}
</div>
</Link>
<SideNav collapsed={collapsed} />
<SideNav />
<div
className={cn("mt-auto flex min-h-16", {
"justify-center": collapsed,