Skip to content

Commit 8c09271

Browse files
committed
use a single logo with dashed border
1 parent 62367da commit 8c09271

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

frontend/src/components/FooterSponsors/FooterSponsors.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Button } from '@package/components';
66
import { flattenToAppURL } from '@plone/volto/helpers';
77
import { UniversalLink } from '@plone/volto/components';
88

9-
import yourLogoHereSVG from './YourLogo.svg';
9+
import yourLogoHereSVG from './YourLogov2.svg';
1010

1111
const FooterSponsors = (props) => {
1212
const { type = 'platinum' } = props;
@@ -41,7 +41,7 @@ const FooterSponsors = (props) => {
4141
})
4242
: [];
4343

44-
const listingSize = 5;
44+
const listingSize = sponsorItems.length + 1;
4545

4646
if (sponsorItems.length > 0) {
4747
const remainder = sponsorItems.length % listingSize;
Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)