HM-69.Доработка логотипа (#30)

This commit is contained in:
Михаил
2020-07-24 22:37:57 +03:00
committed by GitHub
parent 3e0824206c
commit f51bd0df46
2 changed files with 3 additions and 3 deletions

View File

@ -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);
}