Fix form on contact-me page.
All checks were successful
Build and deploy website / build (push) Successful in 1m24s
Build and deploy website / deploy (push) Successful in 1s

Fix wrong link to source code.

Eager loading of image on landing page.

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2024-10-09 20:33:18 +02:00
parent c3b698956b
commit 87184c431d
10 changed files with 61 additions and 64 deletions

View File

@ -13,5 +13,10 @@
"createdAt": "Created at",
"updatedAt": "Updated at",
"forPersonalProjects": "For personal projects",
"status": "Status"
"status": "Status",
"name": "Name",
"subject": "Subject",
"email": "Email",
"message": "Message",
"send": "Send"
}

View File

@ -13,5 +13,10 @@
"createdAt": "Opprettet",
"updatedAt": "Oppdatert",
"forPersonalProjects": "For personlige prosjekter",
"status": "Status"
"status": "Status",
"name": "Navn",
"subject": "Emne",
"email": "E-post",
"message": "Melding",
"send": "Send"
}