feat(static): Added more sponsor logos

This commit is contained in:
2024-12-03 20:00:42 +01:00
parent 4deda8adf1
commit 2537235ce6
5 changed files with 5 additions and 3 deletions

View File

@@ -82,8 +82,9 @@ func (t *DefaultTemplater) GenerateBarcode(code string, format string, prefix st
func (t *DefaultTemplater) SelectSponsorImage(id int) (string, error) {
sponsors := []string{
"sponsoringheader",
"vrbank",
"odit",
"sparkasse",
}
return templates.GetImage(sponsors[id%len(sponsors)]), nil
}