feat: inline critical css

This commit is contained in:
2023-08-08 11:18:54 +02:00
parent 899f5bca85
commit 6123956f08
5 changed files with 40 additions and 38 deletions

View File

@ -28,7 +28,7 @@ export default function Greet(props: PageProps<Series[] | null>) {
Back
</a>
<h3 class="text-2xl text-white font-light">🍿 Movies</h3>
<h3 class="text-2xl text-white font-light">🎥 Series</h3>
</header>
<Grid>
{props.data?.map((doc) => {