From 75d529ed53627139c234120fa11f05b3ece124ca Mon Sep 17 00:00:00 2001 From: yuval-hazaz Date: Sat, 20 Apr 2024 15:55:34 +0300 Subject: [PATCH] remove unused prop --- components/Footer/index.jsx | 2 -- layouts/main.js | 4 ---- pages/about.js | 1 - pages/application-modernization.js | 1 - pages/break-the-monolith.js | 1 - pages/build-new-services.js | 1 - pages/code-smart-play-hard.js | 1 - pages/code-smart-play-hard/confirmed.js | 1 - pages/contact-us.js | 1 - pages/developers.js | 1 - pages/dot-net-early-access.js | 1 - pages/enterprise-low-code-for-pro-developers.js | 16 ++++++++-------- pages/enterprise.js | 1 - pages/index.js | 1 - pages/industries/healthcare.js | 1 - pages/industries/manufacturing.js | 1 - pages/industries/retail.js | 1 - 17 files changed, 8 insertions(+), 28 deletions(-) diff --git a/components/Footer/index.jsx b/components/Footer/index.jsx index 84bff7e9..8807bc24 100644 --- a/components/Footer/index.jsx +++ b/components/Footer/index.jsx @@ -31,13 +31,11 @@ const Footer = ({ compactView, hideBanner }) => { }; Footer.propTypes = { - customClass: PropTypes.string, compactView: PropTypes.bool, hideBanner: PropTypes.bool, }; Footer.defaultProps = { - customClass: '', isLink: false, hideBanner: false, }; diff --git a/layouts/main.js b/layouts/main.js index b5c82a50..3b29cc8a 100644 --- a/layouts/main.js +++ b/layouts/main.js @@ -7,7 +7,6 @@ const MainLayout = ({ children, hideFooterBanner, footerCompactView, - footerClass, paddingTopClasses, hideTopBar = false }) => { @@ -21,7 +20,6 @@ const MainLayout = ({
{children}