{statusIcons[status as StatusText]}
<p className="text-green-600 animate-pulse">
{StatusText[status as keyof typeof StatusText]}
</p>
</div>
by the way i think i got the "status" issue fixed for anyone trying to solve it, now am just dealing with the inline css issue