File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
guides/release/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ We can then use this helper in the component's template to get the first letter
83
83
``` handlebars {data-filename="app/components/message.hbs" data-diff="-3,+4"}
84
84
<Message::Avatar
85
85
@title="{{@username}}'s avatar"
86
- @initial={{@avatarTitle }}
86
+ @initial={{@avatarInitial }}
87
87
@initial={{this.substring @username 0 1}}
88
88
@isActive={{@userIsActive}}
89
89
class={{if @isCurrentUser "current-user"}}
@@ -197,7 +197,7 @@ We can then use this helper in the component's template to get the first letter
197
197
``` handlebars {data-filename="app/components/message.hbs" data-diff="-3,+4"}
198
198
<Message::Avatar
199
199
@title="{{@username}}'s avatar"
200
- @initial={{@avatarTitle }}
200
+ @initial={{@avatarInitial }}
201
201
@initial={{substring @username 0 1}}
202
202
@isActive={{@userIsActive}}
203
203
class={{if @isCurrentUser "current-user"}}
You can’t perform that action at this time.
0 commit comments