frontend: use the new set of icons for notification
This commit is contained in:
parent
19bd8cca0d
commit
e57ff1be8d
5 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@ func treatOpeningHint(pathname string, team fic.Team) {
|
|||
log.Println("[WRN]", err)
|
||||
} else if theme, err := fic.GetTheme(exercice.IdTheme); err != nil {
|
||||
log.Println("[WRN]", err)
|
||||
} else if _, err = fic.NewEvent(fmt.Sprintf("L'équipe %s a dévoilé un indice pour le <strong>%d<sup>e</sup></strong> défi %s !", team.Name, lvl, theme.Name), "info"); err != nil {
|
||||
} else if _, err = fic.NewEvent(fmt.Sprintf("L'équipe %s a dévoilé un indice pour le <strong>%d<sup>e</sup></strong> défi %s !", team.Name, lvl, theme.Name), "info"); err != nil {
|
||||
log.Println("[WRN] Unable to create event:", err)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue