Skip to content

Commit

Permalink
change(footer): add managed logos header if logosHeader value is present
Browse files Browse the repository at this point in the history
- this way we can add a header also before the managed logos as required
  in Bise site
  • Loading branch information
ichim-david committed Jun 12, 2023
1 parent bc8862c commit e8c8180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import climateLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/ass
// Footer.jsx config options
export const footerOpts = {
header: 'Environmental information systems',
logosHeader: 'Managed by',
logosHeader: '',
contactHeader: 'Contact Us',
actions: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const Footer = () => {

return (
<EEAFooter>
<EEAFooter.Header>{eea.footerOpts.logosHeader}</EEAFooter.Header>
<EEAFooter.SubFooter {...options} />
<EEAFooter.Header>{eea.footerOpts.header}</EEAFooter.Header>
<EEAFooter.Sites sites={eea.footerOpts.sites} />
Expand Down

0 comments on commit e8c8180

Please sign in to comment.