Add the BD badge before the server owner icon

This commit is contained in:
Samuel Elliott 2018-04-01 17:39:46 +01:00
parent 4b59b9f65d
commit 68beee12d3
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export default class extends EventListener {
const c = contributors.find(c => c.id === user.id);
if (!c) return;
retVal.props.children.push(ReactHelpers.React.createElement('span', {
retVal.props.children.splice(1, 0, ReactHelpers.React.createElement('span', {
className: 'bd-badge-outer',
'data-userid': user.id
}));