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,
|
||||
}}
|
||||
>
|
||||
<Typography fontSize={"2rem"} sx={{display:"flex", flexDirection:"row", alignItems: "center"}}>
|
||||
<Typography
|
||||
fontSize={"2rem"}
|
||||
sx={{ display: "flex", flexDirection: "row", alignItems: "center" }}
|
||||
>
|
||||
<AcUnitIcon
|
||||
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>
|
||||
FrostByte
|
||||
</Typography>
|
||||
|
|
Loading…
Reference in a new issue