feat: add setup
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user