feat: add setup

This commit is contained in:
amhsirak
2024-12-08 21:23:00 +05:30
parent 06fdfbc65a
commit b30be4b976

View File

@@ -136,8 +136,8 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
sx={{ marginTop: 2, marginBottom: 2 }} sx={{ marginTop: 2, marginBottom: 2 }}
centered centered
> >
<Tab label="Manual" /> <Tab label="Manual Setup" />
<Tab label="Docker Compose" /> <Tab label="Docker Compose Setup" />
</Tabs> </Tabs>
{tab === 0 && ( {tab === 0 && (
<Box> <Box>