Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DebatIBM authored Aug 1, 2023
1 parent 369bd06 commit d140f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gatsby-theme-carbon/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const links = {
],*/
};

const CustomFooter = () => <Footer links={links} Content={Content} />;
//const CustomFooter = () => <Footer links={links} Content={Content} />;
const CustomFooter = () => <Footer links={links} />;

export default CustomFooter;

0 comments on commit d140f6b

Please sign in to comment.