From 8ab7776a821024a2110351e0691fc939b5dafb22 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sun, 28 Jun 2020 21:25:22 +0200 Subject: [PATCH] Replace links to /features with /n/features (#297) * Replaced links to /features with /n/features It was discussed and agreed on that all notes should reside under the /n/ namespace in the future. Even if we want to redirect all pre-2.0-notes from the root namespace to the /n/ namespace, it might be better to set the internal links for the features page properly instead on relying on the redirect. * Improved note placeholder text --- public/locales/en.json | 2 +- .../layout/navigation/user-dropdown/user-dropdown.tsx | 2 +- .../landing/pages/intro/cover-buttons/cover-buttons.tsx | 2 +- src/components/landing/pages/intro/feature-links.tsx | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 57996884b..f7734ff70 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -133,7 +133,7 @@ } }, "editor": { - "placeholder": "← Start by entering a title here\n===\nVisit /features if you don't know what to do.\nHappy hacking :)", + "placeholder": "← Start by entering a title here\n===\nVisit the features page if you don't know what to do.\nHappy hacking :)", "help": { "contacts": { "title": "Contacts", diff --git a/src/components/landing/layout/navigation/user-dropdown/user-dropdown.tsx b/src/components/landing/layout/navigation/user-dropdown/user-dropdown.tsx index 9259f92d8..a4e78beb9 100644 --- a/src/components/landing/layout/navigation/user-dropdown/user-dropdown.tsx +++ b/src/components/landing/layout/navigation/user-dropdown/user-dropdown.tsx @@ -23,7 +23,7 @@ export const UserDropdown: React.FC = () => { - + diff --git a/src/components/landing/pages/intro/cover-buttons/cover-buttons.tsx b/src/components/landing/pages/intro/cover-buttons/cover-buttons.tsx index e77266c1c..cc9e7cc94 100644 --- a/src/components/landing/pages/intro/cover-buttons/cover-buttons.tsx +++ b/src/components/landing/pages/intro/cover-buttons/cover-buttons.tsx @@ -29,7 +29,7 @@ export const CoverButtons: React.FC = () => { - +