Minor changes
This commit is contained in:
@ -26,7 +26,7 @@ component Welcome(user *arn.User)
|
||||
p.welcome-text.mountable Write a little introduction so people know who you are!
|
||||
|
||||
.mountable(data-api="/api/user/" + user.ID)
|
||||
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself")
|
||||
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us a little bit about yourself")
|
||||
|
||||
.footer.mountable
|
||||
p Markdown allowed.
|
||||
|
Reference in New Issue
Block a user