mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 11:44:00 +08:00
UX: add h1 tag to user page (#20378)
This commit is contained in:
parent
7ed4eaabda
commit
c8a4081a21
|
@ -116,7 +116,7 @@
|
|||
<UserProfileAvatar @user={{this.model}} @tagName="" />
|
||||
<div class="primary-textual">
|
||||
<div class="user-profile-names">
|
||||
<div
|
||||
<h1
|
||||
class="{{if this.nameFirst 'full-name' 'username'}}
|
||||
user-profile-names__primary"
|
||||
>
|
||||
|
@ -129,7 +129,7 @@
|
|||
{{#if this.model.status}}
|
||||
<UserStatusMessage @status={{this.model.status}} />
|
||||
{{/if}}
|
||||
</div>
|
||||
</h1>
|
||||
<div
|
||||
class="{{if this.nameFirst 'username' 'full-name'}}
|
||||
user-profile-names__secondary"
|
||||
|
|
Loading…
Reference in New Issue
Block a user