From 14489c026c51a67d16d5fddb494bbc50b784dc4a Mon Sep 17 00:00:00 2001 From: katspaugh Date: Mon, 20 Nov 2023 11:08:24 +0100 Subject: [PATCH] Fix: add help link in footer --- src/components/common/Footer/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/common/Footer/index.tsx b/src/components/common/Footer/index.tsx index 545b1f43aa..ec31eda2ba 100644 --- a/src/components/common/Footer/index.tsx +++ b/src/components/common/Footer/index.tsx @@ -8,7 +8,7 @@ import packageJson from '../../../../package.json' import AppstoreButton from '../AppStoreButton' import ExternalLink from '../ExternalLink' import MUILink from '@mui/material/Link' -import { IS_DEV, IS_OFFICIAL_HOST } from '@/config/constants' +import { HELP_CENTER_URL, IS_DEV, IS_OFFICIAL_HOST } from '@/config/constants' const footerPages = [ AppRoutes.welcome.index, @@ -67,6 +67,9 @@ const Footer = (): ReactElement | null => {
  • Preferences
  • +
  • + Help +
  • ) : (
  • {'This is an unofficial distribution of Safe{Wallet}'}