diff --git a/index.html b/index.html index edd4762..0548692 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Boilerplate Website + Intro to Nostr
diff --git a/package.json b/package.json index 482316c..4ae8f9e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "boilerplate-website", + "name": "nostrintro", "version": "0.1.0", "private": true, "type": "module", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 0917248..ccfc6c8 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -1,6 +1,6 @@ { "app": { - "title": "Boilerplate Website" + "title": "Intro to Nostr" }, "home": { "heading": "Welcome", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index aa552b4..a6b3015 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -1,6 +1,6 @@ { "app": { - "title": "Plantilla de Sitio Web" + "title": "Introducción a Nostr" }, "home": { "heading": "Bienvenido",