Some additional formatting

This commit is contained in:
Imbus 2023-10-19 02:47:00 +02:00
parent ad0dc74083
commit 5e2d0f3e3b
2 changed files with 6 additions and 3 deletions

View file

@ -33,7 +33,7 @@ For a complete list of targets, run:
just -l
```
Spin up a dev server with `just dev` or just `just`.
Spin up a dev server with `just dev` or just `just`.
Keep in mind that this is just the development api server, served on port 8080 by default.
The client is served from the vite dev server as usual at `localhost:3000` by running `npm run dev`.

View file

@ -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>