Skip to content

Commit ddb0f19

Browse files
committed
chore: Add more sponsor badges
1 parent 5005434 commit ddb0f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Badges.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SplitPage from "./SplitPage.jsx";
1010
function getBadgeData(tickets, badgesPerPage) {
1111
let ret = tickets
1212
.concat(Array(10).fill(getEmptyData("organizer")))
13-
.concat(Array(15).fill(getEmptyData("sponsor")))
13+
.concat(Array(25).fill(getEmptyData("sponsor")))
1414
.concat(Array(30).fill(getEmptyData("attendee")));
1515

1616
// Ensure all pages are filled with badges

0 commit comments

Comments
 (0)