We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273ddef commit 2eef934Copy full SHA for 2eef934
frontend/app/tab/tabbar.tsx
@@ -697,7 +697,6 @@ const TabBar = memo(({ workspace }: TabBarProps) => {
697
<i className="fa fa-ellipsis" />
698
</div>
699
)}
700
- <WaveAIButton />
701
<WorkspaceSwitcher ref={workspaceSwitcherRef} />
702
<div className="tab-bar" ref={tabBarRef} data-overlayscrollbars-initialize>
703
<div className="tabs-wrapper" ref={tabsWrapperRef} style={{ width: `${tabsWrapperWidth}px` }}>
0 commit comments