Updated icon to be more consistent

This commit is contained in:
Eduard Urbach 2018-11-06 19:57:26 +09:00
parent 29a3d12852
commit 57297c7de2

View File

@ -6,7 +6,7 @@ component SettingsInfo(user *arn.User)
.settings
.widget.mountable(data-api="/api/user/" + user.ID)
h3.widget-title
Icon("user-circle")
Icon("info-circle")
span Info
InputSelection("Gender", user.Gender, "Gender", "Your gender", arn.DataLists["genders"])