1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 04:59:44 +03:00

feat(hub): shared nav shell, downloads UI, footer fix

Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
Anton Afanasyeu
2026-07-12 13:53:36 +02:00
parent 0042bb9870
commit db8832b417
7 changed files with 179 additions and 106 deletions

View File

@@ -67,7 +67,7 @@
document.documentElement.setAttribute('lang', lang);
var footerLeft = document.querySelector('.platform-footer__left[data-i18n]');
if (footerLeft) {
var holder = footerLeft.getAttribute('data-holder') || 'Anton Afanaasyeu';
var holder = footerLeft.getAttribute('data-holder') || 'Anton Afanasyeu';
var year = footerLeft.getAttribute('data-year') || String(new Date().getFullYear());
footerLeft.textContent = t('footer.copyright', { holder: holder, year: year });
}