This commit is contained in:
MuslemRahimi 2025-02-16 11:38:46 +01:00
parent fe26adba4e
commit 7f8a198f6a
4 changed files with 8 additions and 8 deletions

View File

@ -85,7 +85,7 @@
<li
class="ml-[20px] sm:ml-[30px]"
style="color: #fff; line-height: 22px; margin-top:20px; margin-bottom: 15px; list-style-type: disc;"
style="color: #fff; line-height: 22px; margin-top:10px; margin-bottom: 10px; list-style-type: disc;"
>
Revenue of <span class="font-semibold"
>{abbreviateNumber(rawData?.revenue, true)}</span
@ -103,7 +103,7 @@
</li>
<li
class="ml-[20px] sm:ml-[30px]"
style="color: #fff; line-height: 22px; margin-top: 0px; margin-bottom: 15px; list-style-type: disc;"
style="color: #fff; line-height: 22px; margin-top: 0px; margin-bottom: 0px; list-style-type: disc;"
>
EPS of <span class="font-semibold">{rawData?.eps}</span>
{rawData?.epsSurprise > 0 ? "exceeds" : "misses"} estimates by {rawData?.epsSurprise?.toFixed(

View File

@ -801,7 +801,7 @@
2,
)}%
</div>
<div class="mt-1 text-xs sm:text-sm sm:flex">
<div class="mt-1 text-xs sm:flex">
<span class="flex items-center">
{#if prePostData?.time?.includes("AM")}
<svg
@ -836,7 +836,7 @@
class="ml-0.5 whitespace-nowrap font-semibold md:ml-1 mb-0.5 sm:mb-0"
>{prePostData?.time?.includes("AM")
? "Pre-market"
: "After-hours"}</span
: "After-hours"}:</span
></span
>
<span class="sm:ml-1 whitespace-nowrap"

View File

@ -803,7 +803,7 @@
2,
)}%
</div>
<div class="mt-1 text-xs sm:text-sm sm:flex">
<div class="mt-1 text-xs sm:flex">
<span class="flex items-center">
{#if prePostData?.time?.includes("AM")}
<svg
@ -838,7 +838,7 @@
class="ml-0.5 whitespace-nowrap font-semibold md:ml-1 mb-0.5 sm:mb-0"
>{prePostData?.time?.includes("AM")
? "Pre-market"
: "After-hours"}</span
: "After-hours"}:</span
></span
>
<span class="sm:ml-1 whitespace-nowrap"

View File

@ -842,7 +842,7 @@
2,
)}%
</div>
<div class="mt-1 text-xs sm:text-sm sm:flex">
<div class="mt-1 text-xs sm:flex">
<span class="flex items-center">
{#if prePostData?.time?.includes("AM")}
<svg
@ -877,7 +877,7 @@
class="ml-0.5 whitespace-nowrap font-semibold md:ml-1 mb-0.5 sm:mb-0"
>{prePostData?.time?.includes("AM")
? "Pre-market"
: "After-hours"}</span
: "After-hours"}:</span
></span
>
<span class="sm:ml-1 whitespace-nowrap"