HM-69.Доработка логотипа (#30)
This commit is contained in:
@ -13,7 +13,7 @@ class NavButtonComponent extends Component {
|
||||
this.logoImg = document.createElement('img');
|
||||
this.logoImg.src = Image;
|
||||
this.logoImg.alt = 'logo';
|
||||
this.logoImg.className = 'Logo mr-0';
|
||||
this.logoImg.className = 'Logo mr-2';
|
||||
this.logoBox = this.mainNode.querySelector('.Logo__box');
|
||||
this.logoBox.appendChild(this.logoImg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user