Skip to content

Commit 4f6b37d

Browse files
Zubair ShakoorZubair Shakoor
authored andcommitted
fix: fixed typo
1 parent c5d04cb commit 4f6b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SiteFooter extends React.Component {
4242
} = this.props;
4343
const showLanguageSelector = supportedLanguages.length > 0 && onLanguageSelected;
4444
const config = getConfig();
45-
const indigoFooterNavLinks = config.INDIGO_FOOTER_NAV_LINK || [];
45+
const indigoFooterNavLinks = config.INDIGO_FOOTER_NAV_LINKS || [];
4646

4747
return (
4848
<div className="wrapper wrapper-footer">

0 commit comments

Comments
 (0)