diff --git a/components/InternalLink.vue b/components/InternalLink.vue deleted file mode 100644 index a388f04..0000000 --- a/components/InternalLink.vue +++ /dev/null @@ -1,14 +0,0 @@ - - - diff --git a/components/Button.vue b/components/NEButton.vue similarity index 100% rename from components/Button.vue rename to components/NEButton.vue diff --git a/components/ExternalLink.vue b/components/NELink.vue similarity index 54% rename from components/ExternalLink.vue rename to components/NELink.vue index 24911e9..5eefbba 100644 --- a/components/ExternalLink.vue +++ b/components/NELink.vue @@ -1,18 +1,19 @@ diff --git a/components/Select.vue b/components/NESelect.vue similarity index 100% rename from components/Select.vue rename to components/NESelect.vue diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 49dab42..5fa8f03 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -20,9 +20,9 @@
- +
diff --git a/i18n/lang/en-US.json b/i18n/lang/en-US.json index cf638f1..5fc8a75 100644 --- a/i18n/lang/en-US.json +++ b/i18n/lang/en-US.json @@ -21,6 +21,10 @@ "alternatives": "ALTERNATIVES" } }, + "experiments": { + "hero": "EXPERIMENTAL FEATURES", + "subtitle": "Configure experimental flags for development purposes!" + }, "contributing": { "hero": "CONTRIBUTING", "subhero": "To the NotEssential website", diff --git a/layouts/default.vue b/layouts/default.vue index 08944b6..6a364e0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -46,10 +46,11 @@
- {{ $t("layout.footer.open_source") }}{{ $t("layout.footer.open_source") }}
@@ -62,14 +63,14 @@ }} {{ $t("layout.footer.credit_creator") }} - BlurryfaceBlurryface {{ $t("layout.footer.credit_designed") }} - WorldWidePixelWorldWidePixel @@ -79,11 +80,11 @@ {{ $t("layout.footer.resources") }} - {{ $t("layout.footer.contributing") }} - +
{{ $t("layout.footer.interact") }} - Crowdin - - + Discord - +
diff --git a/pages/flags.vue b/pages/flags.vue index 72a8792..7add616 100644 --- a/pages/flags.vue +++ b/pages/flags.vue @@ -1,8 +1,8 @@