Skip to content

Commit 80b4a8d

Browse files
committed
user-avatar: revert back to main
1 parent 173c32e commit 80b4a8d

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

app/components/user-avatar.hbs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@
66
title={{this.title}}
77
decoding="async"
88
...attributes
9-
/>
10-
{{#if this.sudo}}
11-
🧙
12-
{{/if}}
9+
/>

app/components/user-avatar.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ export default class UserAvatar extends Component {
3232
get src() {
3333
return `${this.args.user.avatar}&s=${this.size * 2}`;
3434
}
35-
36-
/** @return {boolean} */
37-
get sudo() {
38-
return this.args.sudo;
39-
}
4035
}

app/components/user-avatar.module.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)