bugfixing

This commit is contained in:
MuslemRahimi 2025-02-23 14:35:07 +01:00
parent 41698af9c4
commit 5c30d554fa

View File

@ -131,7 +131,7 @@
<div class="col-span-1 text-gray-200"> <div class="col-span-1 text-gray-200">
<span class="block font-semibold">Employees</span> <span class="block font-semibold">Employees</span>
<a <a
href={`/stocks/${$stockTicker}/statistics/employees`} href={`/stocks/${$stockTicker}/profile/employees`}
class="sm:hover:text-blue-400 text-white underline underline-offset-4" class="sm:hover:text-blue-400 text-white underline underline-offset-4"
>{new Intl.NumberFormat("en")?.format(employees)}</a >{new Intl.NumberFormat("en")?.format(employees)}</a
> >