change from for of iterator to javascript map

This commit is contained in:
RcleydsonR
2023-02-22 13:19:48 -03:00
parent 94640c4492
commit 189d4e0f33
2 changed files with 25 additions and 22 deletions

View File

@@ -118,7 +118,9 @@ onClickOutside(infoMenuRef, () => {
:to="'/faq'"
class="menu-button gap-2 px-4 rounded-md cursor-pointer"
>
<span class="text-gray-900 py-4 text-end font-semibold text-sm whitespace-nowrap">
<span
class="text-gray-900 py-4 text-end font-semibold text-sm whitespace-nowrap"
>
Perguntas frequentes
</span>
</RouterLink>