HM-69.Доработка логотипа (#30)
This commit is contained in:
@ -32,8 +32,8 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</nav>
|
||||||
</nav>
|
|
||||||
</template>
|
</template>
|
||||||
<!-- Шаблон контейнера страниц-->
|
<!-- Шаблон контейнера страниц-->
|
||||||
<template id="page-container">
|
<template id="page-container">
|
||||||
|
|||||||
@ -13,7 +13,7 @@ class NavButtonComponent extends Component {
|
|||||||
this.logoImg = document.createElement('img');
|
this.logoImg = document.createElement('img');
|
||||||
this.logoImg.src = Image;
|
this.logoImg.src = Image;
|
||||||
this.logoImg.alt = 'logo';
|
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 = this.mainNode.querySelector('.Logo__box');
|
||||||
this.logoBox.appendChild(this.logoImg);
|
this.logoBox.appendChild(this.logoImg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user