This commit is contained in:
Zhora Shalyapin 2025-03-14 14:47:44 +00:00
parent 41b7b781f8
commit 7cb7671841

View File

@ -972,7 +972,7 @@
link.href = `/${getCompetition()}/${href}`
link.innerText = label
if (label === "Карта") {
if (label === "Легенда") {
link.setAttribute("target", "_blank")
}