fix app width to be 190px (#1465)

This commit is contained in:
Will Chen
2025-10-07 17:08:02 -07:00
committed by GitHub
parent b1e82ba5de
commit 810521047b

View File

@@ -21,7 +21,7 @@ export function AppItem({
}: AppItemProps) {
return (
<SidebarMenuItem className="mb-1 relative ">
<div className="flex w-[200px] items-center">
<div className="flex w-[190px] items-center">
<Button
variant="ghost"
onClick={() => handleAppClick(app.id)}