feat: !show add tab button

This commit is contained in:
karishmas6
2024-10-23 06:23:37 +05:30
parent 3985032588
commit 113feeb1a1

View File

@@ -67,7 +67,7 @@ export const BrowserTabs = (
})}
</Tabs>
</Box>
<AddButton handleClick={handleAddNewTab} style={{ background: 'white' }} />
{/* <AddButton handleClick={handleAddNewTab} style={{ background: 'white' }} /> */}
</Box>
);
}