We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5005434 commit ddb0f19Copy full SHA for ddb0f19
components/Badges.jsx
@@ -10,7 +10,7 @@ import SplitPage from "./SplitPage.jsx";
10
function getBadgeData(tickets, badgesPerPage) {
11
let ret = tickets
12
.concat(Array(10).fill(getEmptyData("organizer")))
13
- .concat(Array(15).fill(getEmptyData("sponsor")))
+ .concat(Array(25).fill(getEmptyData("sponsor")))
14
.concat(Array(30).fill(getEmptyData("attendee")));
15
16
// Ensure all pages are filled with badges
0 commit comments