Fix form on contact-me page.
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:
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user