Skip to content

Commit 6e920f2

Browse files
Update app/models/social-link.js
1 parent 36950f6 commit 6e920f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/social-link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default ModelBase.extend({
1414
event: belongsTo('event'),
1515

1616
normalizedName: computed('site', function() {
17-
return this.site === 'website' ? 'globa' : this.site;
17+
return this.site === 'website' ? 'globe' : this.site;
1818
}),
1919

2020
site: computed('name', function() {

0 commit comments

Comments
 (0)