added envolope icon

This commit is contained in:
Michael 2019-06-20 19:28:35 +01:00
parent f1cf65bf54
commit ac85512df4

View File

@ -16,7 +16,6 @@ type Contacts struct {
Contacts []struct {
Name string `json:"name"`
Address string `json:"address"`
Icon string `json:"icon"`
Image string `json:"image"`
} `json:"contacts"`
}