Minor change

This commit is contained in:
Eduard Urbach 2018-11-21 20:52:04 +09:00
parent 02dd0c296c
commit f6549e17db

View File

@ -23,7 +23,7 @@ component Welcome(user *arn.User)
.footer.mountable
p Recommended size: 560x560 (minimum: 280x280)
else if user.Introduction == ""
p.welcome-text.mountable Write a little introduction so people know who you are!
p.welcome-text.mountable Write a little introduction for your profile.
.mountable(data-api="/api/user/" + user.ID)
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us a little bit about yourself")