mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-01 12:31:48 -04:00
fix
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ function executeQuery(term) {
|
||||
let resultsHTML = "";
|
||||
|
||||
if (results.length > 0) {
|
||||
resultsHTML = results.forEach(function (value, key) {
|
||||
resultsHTML = results.map(function (value, key) {
|
||||
return `<li class="mb-2">
|
||||
<a class="flex items-center px-3 py-2 rounded-md appearance-none bg-neutral-100 dark:bg-neutral-700 focus:bg-primary-100 hover:bg-primary-100 dark:hover:bg-primary-900 dark:focus:bg-primary-900 focus:outline-dotted focus:outline-transparent focus:outline-2" href="${value.item.permalink}" tabindex="0">
|
||||
<div class="grow">
|
||||
|
||||
Reference in New Issue
Block a user