We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d04cb commit 4f6b37dCopy full SHA for 4f6b37d
src/components/Footer.jsx
@@ -42,7 +42,7 @@ class SiteFooter extends React.Component {
42
} = this.props;
43
const showLanguageSelector = supportedLanguages.length > 0 && onLanguageSelected;
44
const config = getConfig();
45
- const indigoFooterNavLinks = config.INDIGO_FOOTER_NAV_LINK || [];
+ const indigoFooterNavLinks = config.INDIGO_FOOTER_NAV_LINKS || [];
46
47
return (
48
<div className="wrapper wrapper-footer">
0 commit comments