There was an error while loading. Please reload this page.
1 parent 62367da commit 8c09271Copy full SHA for 8c09271
2 files changed
frontend/src/components/FooterSponsors/FooterSponsors.jsx
@@ -6,7 +6,7 @@ import { Button } from '@package/components';
6
import { flattenToAppURL } from '@plone/volto/helpers';
7
import { UniversalLink } from '@plone/volto/components';
8
9
-import yourLogoHereSVG from './YourLogo.svg';
+import yourLogoHereSVG from './YourLogov2.svg';
10
11
const FooterSponsors = (props) => {
12
const { type = 'platinum' } = props;
@@ -41,7 +41,7 @@ const FooterSponsors = (props) => {
41
})
42
: [];
43
44
- const listingSize = 5;
+ const listingSize = sponsorItems.length + 1;
45
46
if (sponsorItems.length > 0) {
47
const remainder = sponsorItems.length % listingSize;
frontend/src/components/FooterSponsors/YourLogov2.svg
0 commit comments