Some additional formatting
This commit is contained in:
parent
ad0dc74083
commit
5e2d0f3e3b
2 changed files with 6 additions and 3 deletions
|
@ -123,10 +123,13 @@ function HeaderLogo({
|
||||||
...sx,
|
...sx,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography fontSize={"2rem"} sx={{display:"flex", flexDirection:"row", alignItems: "center"}}>
|
<Typography
|
||||||
|
fontSize={"2rem"}
|
||||||
|
sx={{ display: "flex", flexDirection: "row", alignItems: "center" }}
|
||||||
|
>
|
||||||
<AcUnitIcon
|
<AcUnitIcon
|
||||||
fontSize="inherit"
|
fontSize="inherit"
|
||||||
sx={{height: "100%", color: cyan[400], mr: 1, mb: 1.1 }}
|
sx={{ height: "100%", color: cyan[400], mr: 1, mb: 1.1 }}
|
||||||
></AcUnitIcon>
|
></AcUnitIcon>
|
||||||
FrostByte
|
FrostByte
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
Loading…
Reference in a new issue