Update Terminal.tsx
This commit is contained in:
@@ -626,14 +626,15 @@ function MainPanel() {
|
|||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: 5,
|
gap: 2,
|
||||||
|
flex: 1,
|
||||||
background: blueGrey[50],
|
background: blueGrey[50],
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="h6">{`Hi ${
|
<Typography variant="h6">{`Hi ${
|
||||||
user.displayName?.split(' ')[0] ?? 'there'
|
user.displayName?.split(' ')[0] ?? 'there'
|
||||||
}!`}</Typography>
|
}!`}</Typography>
|
||||||
<Typography variant="subtitle2">Take a deep breath in.</Typography>
|
<Typography variant="caption">Take a deep breath in.</Typography>
|
||||||
</Container>
|
</Container>
|
||||||
)}
|
)}
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user