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 310249a commit 273ddefCopy full SHA for 273ddef
frontend/app/tab/tabbar.tsx
@@ -697,6 +697,7 @@ 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