mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
; removed from header
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "astroplate",
|
"name": "astroplate",
|
||||||
"version": "3.4.3",
|
"version": "4.0.0",
|
||||||
"description": "Astro and Tailwindcss boilerplate",
|
"description": "Astro and Tailwindcss boilerplate",
|
||||||
"author": "zeon.studio",
|
"author": "zeon.studio",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"full_name": "Full Name",
|
"full_name": "Full Name",
|
||||||
"full_name_placeholder": "Enter your full name",
|
"full_name_placeholder": "Enter your full name",
|
||||||
"mail": "Work Email",
|
|
||||||
"mail_placeholder": "john.doe@email.com",
|
"mail_placeholder": "john.doe@email.com",
|
||||||
"message": "Anything else?",
|
"message": "Anything else?",
|
||||||
"message_placeholder": "Your message here...",
|
"message_placeholder": "Your message here...",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"full_name": "Nom complet",
|
"full_name": "Nom complet",
|
||||||
"full_name_placeholder": "Entrez votre nom complet",
|
"full_name_placeholder": "Entrez votre nom complet",
|
||||||
"mail": "E-mail de travail",
|
|
||||||
"mail_placeholder": "john.doe@email.com",
|
"mail_placeholder": "john.doe@email.com",
|
||||||
"message": "Autre chose?",
|
"message": "Autre chose?",
|
||||||
"message_placeholder": "Votre message ici...",
|
"message_placeholder": "Votre message ici...",
|
||||||
|
|||||||
@@ -173,4 +173,4 @@ const constructLocalizedUrl = (url: string) => {
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>;
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user