bugfixing

This commit is contained in:
MuslemRahimi 2025-01-02 21:11:23 +01:00
parent 69b0e3534d
commit 8b709ab582
2 changed files with 2 additions and 16 deletions

View File

@ -604,14 +604,7 @@
<td
class="text-start text-sm sm:text-[1rem] whitespace-nowrap text-white"
>
<a
href={sectorNavigation?.find(
(listItem) => listItem?.title === item?.name,
)?.link}
class="sm:hover:underline sm:hover:underline-offset-4 text-white"
>
{item?.name}
</a>
{item?.name}
</td>
<td

View File

@ -682,14 +682,7 @@
<td
class="text-start text-sm sm:text-[1rem] whitespace-nowrap text-white"
>
<a
href={sectorNavigation?.find(
(listItem) => listItem?.title === item?.name,
)?.link}
class="sm:hover:underline sm:hover:underline-offset-4 text-white"
>
{item?.name}
</a>
{item?.name}
</td>
<td