Aleksandr Sashka commited on
Commit
eb0aa94
·
verified ·
1 Parent(s): 5742021

не работают кнопки играть на карточках нету перехода по ссылке

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -263,7 +263,7 @@ function renderCasinoCards(casinosList, containerId) {
263
  `).join('')}
264
  <span class="text-xs text-gray-500 ml-auto">${casino.license}</span>
265
  </div>
266
- <a href="${casino.url}" target="_blank" rel="noopener noreferrer" class="w-full inline-flex items-center justify-center space-x-2 bg-gradient-to-r from-primary-600 to-primary-500 hover:from-primary-500 hover:to-primary-400 text-white py-3 rounded-xl font-semibold transition-all shadow-lg shadow-primary-500/25 group" onclick="return false;">
267
  <span>Играть</span>
268
  <i data-feather="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
269
  </a>
 
263
  `).join('')}
264
  <span class="text-xs text-gray-500 ml-auto">${casino.license}</span>
265
  </div>
266
+ <a href="${casino.url}" target="_blank" rel="noopener noreferrer" class="w-full inline-flex items-center justify-center space-x-2 bg-gradient-to-r from-primary-600 to-primary-500 hover:from-primary-500 hover:to-primary-400 text-white py-3 rounded-xl font-semibold transition-all shadow-lg shadow-primary-500/25 group">
267
  <span>Играть</span>
268
  <i data-feather="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
269
  </a>