Update index.html
Browse files- 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 ? 'Нажмите
|
| 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) {
|