Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/Layouts/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export function AppSidebar() {
tooltip={link.title}
>
{link.showProModal || isWorkflowsLink ? (
<button
<div
className="flex gap-2 items-center w-full overflow-hidden"
onClick={handleClick}
>
Expand All @@ -292,7 +292,7 @@ export function AppSidebar() {
{link.description}
</span>
)}
</button>
</div>
) : (
<Link
href={link.href}
Expand Down