We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36950f6 commit 6e920f2Copy full SHA for 6e920f2
app/models/social-link.js
@@ -14,7 +14,7 @@ export default ModelBase.extend({
14
event: belongsTo('event'),
15
16
normalizedName: computed('site', function() {
17
- return this.site === 'website' ? 'globa' : this.site;
+ return this.site === 'website' ? 'globe' : this.site;
18
}),
19
20
site: computed('name', function() {
0 commit comments