diff --git a/src/components/sidebar/Sidebar/index.tsx b/src/components/sidebar/Sidebar/index.tsx
index ac405379c..a63964ef2 100644
--- a/src/components/sidebar/Sidebar/index.tsx
+++ b/src/components/sidebar/Sidebar/index.tsx
@@ -47,7 +47,7 @@ const Sidebar = (): ReactElement => {
{/* What's new + Need help? */}
- {/* */}
+
diff --git a/src/components/sidebar/SidebarFooter/index.tsx b/src/components/sidebar/SidebarFooter/index.tsx
index 31b0486e4..827a9a116 100644
--- a/src/components/sidebar/SidebarFooter/index.tsx
+++ b/src/components/sidebar/SidebarFooter/index.tsx
@@ -48,7 +48,7 @@ const SidebarFooter = (): ReactElement => {
)}
- */}
diff --git a/src/config/constants.ts b/src/config/constants.ts
index 24ef14915..83f748e66 100644
--- a/src/config/constants.ts
+++ b/src/config/constants.ts
@@ -67,7 +67,7 @@ export enum SafeAppsTag {
}
// Help Center
-export const HELP_CENTER_URL = 'https://help.safe.global'
+export const HELP_CENTER_URL = 'https://safe-support.protofire.io'
export const HelpCenterArticle = {
ADDRESS_BOOK_DATA: `${HELP_CENTER_URL}/en/articles/40811-address-book-export-and-import`,
ADVANCED_PARAMS: `${HELP_CENTER_URL}/en/articles/40837-advanced-transaction-parameters`,