function readyChange() {
const el = document.querySelector('#lang_choice_polylang-10');
const lang = document.querySelector('.info__language .abs-lang');
const lg = el.value;
lang.style.content = `site/${lg}-lang.png`;
}
Uncaught TypeError: Cannot read properties of null (reading 'classList') at HTMLButtonElement.
.nav li:not(:last-child) {
margin-right: 50px;
}
.header__inner {
display: flex;
justify-content: center;
}