From fd6938a49a04a01c01bab7f4e3a6fa82576c528c Mon Sep 17 00:00:00 2001 From: cyril lopez Date: Mon, 25 May 2020 18:35:41 +0200 Subject: [PATCH] Remove help link (#6345) Signed-off-by: soupette --- .../strapi-admin/admin/src/components/StaticLinks/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/strapi-admin/admin/src/components/StaticLinks/index.js b/packages/strapi-admin/admin/src/components/StaticLinks/index.js index 01312fc085..b00885986b 100644 --- a/packages/strapi-admin/admin/src/components/StaticLinks/index.js +++ b/packages/strapi-admin/admin/src/components/StaticLinks/index.js @@ -17,11 +17,6 @@ function StaticLinks() { label: 'documentation', destination: 'https://strapi.io/documentation', }, - { - icon: 'question-circle', - label: 'help', - destination: 'https://strapi.io/help', - }, ]; return (