revert back
This commit is contained in:
parent
22a598c6bb
commit
03e62af963
@ -71,7 +71,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="px-0.5 lg:px-0 text-muted dark:text-white">
|
<div class="px-0.5 lg:px-0 text-muted dark:text-white">
|
||||||
<h2 class="mb-2 text-2xl font-semibold">
|
<h2 class="mb-2 text-2xl font-bold">
|
||||||
About {$etfTicker}
|
About {$etfTicker}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="text-muted dark:text-gray-200">
|
<p class="text-muted dark:text-gray-200">
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<span class="block font-semibold">Provider</span>
|
<span class="block font-semibold">Provider</span>
|
||||||
<a
|
<a
|
||||||
href={`/etf/etf-providers/${provider}`}
|
href={`/etf/etf-providers/${provider}`}
|
||||||
class="sm:hover:text-blue-400 underline underline-offset-4"
|
class="sm:hover:text-blue-800 dark:sm:hover:text-blue-400 underline underline-offset-4"
|
||||||
>{formatETFName(provider)}</a
|
>{formatETFName(provider)}</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -106,7 +106,7 @@
|
|||||||
<span class="block font-semibold">Website</span>
|
<span class="block font-semibold">Website</span>
|
||||||
<a
|
<a
|
||||||
href={website}
|
href={website}
|
||||||
class="sm:hover:text-blue-400 underline underline-offset-4"
|
class="sm:hover:text-blue-800 dark:sm:hover:text-blue-400 underline underline-offset-4"
|
||||||
target="_blank">Fund Home Page</a
|
target="_blank">Fund Home Page</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
@ -145,7 +145,7 @@
|
|||||||
href={sectorNavigation?.find(
|
href={sectorNavigation?.find(
|
||||||
(listItem) => listItem?.title === item?.sector,
|
(listItem) => listItem?.title === item?.sector,
|
||||||
)?.link}
|
)?.link}
|
||||||
class="sm:hover:underline sm:hover:underline-offset-4 truncate"
|
class="sm:hover:text-blue-800 dark:sm:hover:text-blue-400 underline underline-offset-4 truncate"
|
||||||
>
|
>
|
||||||
{item?.sector}
|
{item?.sector}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user