frontend: use the new set of icons for notification

This commit is contained in:
nemunaire 2019-01-17 19:50:16 +01:00
commit e57ff1be8d
5 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ func treatRegistration(pathname string, team_id string) {
if err := os.Remove(pathname); err != nil {
log.Println("[WRN]", err)
}
if _, err := fic.NewEvent(fmt.Sprintf("Souhaitons bonne chance à l'équipe <strong>%s</strong> qui vient de nous rejoindre&nbsp;!", team.Name), "info"); err != nil {
if _, err := fic.NewEvent(fmt.Sprintf("Souhaitons bonne chance à l'équipe <strong>%s</strong> qui vient de nous rejoindre&#160;!", team.Name), "info"); err != nil {
log.Println("[WRN] Unable to create event:", err)
}