chore: prettier
This commit is contained in:
@@ -37,17 +37,17 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
|
|||||||
>
|
>
|
||||||
<Tab sx={{
|
<Tab sx={{
|
||||||
alignItems: 'baseline',
|
alignItems: 'baseline',
|
||||||
fontSize:'medium',
|
fontSize: 'medium',
|
||||||
}} value="recordings" label="Recordings" />
|
}} value="recordings" label="Recordings" />
|
||||||
<Tab sx={{
|
<Tab sx={{
|
||||||
alignItems: 'baseline',
|
alignItems: 'baseline',
|
||||||
fontSize:'medium',
|
fontSize: 'medium',
|
||||||
}} value="runs" label="Runs" />
|
}} value="runs" label="Runs" />
|
||||||
<Tab sx={{
|
<Tab sx={{
|
||||||
alignItems: 'baseline',
|
alignItems: 'baseline',
|
||||||
fontSize:'medium',
|
fontSize: 'medium',
|
||||||
}} value="proxy" label="Proxy" />
|
}} value="proxy" label="Proxy" />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user