chore: fix typo; cleanup

next-astro
Francesco Minnocci 1 year ago
parent a541740a29
commit 064f42fb9f
Signed by: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -194,6 +194,6 @@ import PageLayout from '../layouts/PageLayout.astro'
</svg>
</div>
<div class="title">Vuoi diventare macchinsta?</div>
<div class="title">Vuoi diventare macchinista?</div>
</section>
</PageLayout>

@ -383,6 +383,7 @@ footer {
.project {
// background: #fcddff;
background: #ffa89c;
// background: #a2d4f3;
color: #000e;
border: 3px solid #222;

1
frontend/env.d.ts vendored

@ -1 +0,0 @@
/// <reference types="astro/client" />
Loading…
Cancel
Save