feat(static): Added more sponsor logos
This commit is contained in:
parent
4deda8adf1
commit
2537235ce6
@ -82,8 +82,9 @@ func (t *DefaultTemplater) GenerateBarcode(code string, format string, prefix st
|
|||||||
|
|
||||||
func (t *DefaultTemplater) SelectSponsorImage(id int) (string, error) {
|
func (t *DefaultTemplater) SelectSponsorImage(id int) (string, error) {
|
||||||
sponsors := []string{
|
sponsors := []string{
|
||||||
"sponsoringheader",
|
"vrbank",
|
||||||
"odit",
|
"odit",
|
||||||
|
"sparkasse",
|
||||||
}
|
}
|
||||||
return templates.GetImage(sponsors[id%len(sponsors)]), nil
|
return templates.GetImage(sponsors[id%len(sponsors)]), nil
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
1
static/images/sparkasse.base64
Normal file
1
static/images/sparkasse.base64
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
static/images/vrbank.base64
Normal file
1
static/images/vrbank.base64
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user