Mycc commited on
Commit
d0f4fd1
·
verified ·
1 Parent(s): 030b306

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -896,7 +896,7 @@
896
  <img src="${legend.icon}" alt="${legend.name}"
897
  onerror="this.onerror=null;this.src='https://placehold.co/80x80/EFEAE4/4A4A4A?text=N/A'">
898
  <h3 class="font-bold text-lg dark:text-white">${legend.name}</h3>
899
- <p class="text-sm dark:text-gray-300">${isClickable ? 'Нажмите для гайда' : 'Нет гайда'}</p>
900
  `;
901
 
902
  if (isClickable) {
 
896
  <img src="${legend.icon}" alt="${legend.name}"
897
  onerror="this.onerror=null;this.src='https://placehold.co/80x80/EFEAE4/4A4A4A?text=N/A'">
898
  <h3 class="font-bold text-lg dark:text-white">${legend.name}</h3>
899
+ <p class="text-sm dark:text-gray-300">${isClickable ? 'Нажмите чтобы узнать про Легенду' : 'Нет ссылки на гайд'}</p>
900
  `;
901
 
902
  if (isClickable) {