bugfixing
This commit is contained in:
parent
69b0e3534d
commit
8b709ab582
@ -603,15 +603,8 @@
|
|||||||
|
|
||||||
<td
|
<td
|
||||||
class="text-start text-sm sm:text-[1rem] whitespace-nowrap text-white"
|
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}
|
{item?.name}
|
||||||
</a>
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td
|
<td
|
||||||
|
|||||||
@ -681,15 +681,8 @@
|
|||||||
|
|
||||||
<td
|
<td
|
||||||
class="text-start text-sm sm:text-[1rem] whitespace-nowrap text-white"
|
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}
|
{item?.name}
|
||||||
</a>
|
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td
|
<td
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user