ui fixes
This commit is contained in:
parent
13186c7e53
commit
78270317eb
@ -750,15 +750,18 @@
|
||||
>
|
||||
EPS of {item?.eps}
|
||||
{item?.epsSurprise > 0 ? "exceeds" : "misses"} estimates by
|
||||
{item?.epsSurprise?.toFixed(2)}, with {(
|
||||
((item?.eps - item?.epsPrior) /
|
||||
Math.abs(item?.epsPrior)) *
|
||||
100
|
||||
)?.toFixed(2)}% YoY {(item?.eps - item?.epsPrior) /
|
||||
Math.abs(item?.epsPrior) <
|
||||
0
|
||||
? "decline"
|
||||
: "growth"}.
|
||||
{item?.epsSurprise?.toFixed(2)}
|
||||
{#if item?.epsPrior}
|
||||
with {(
|
||||
((item?.eps - item?.epsPrior) /
|
||||
Math.abs(item?.epsPrior)) *
|
||||
100
|
||||
)?.toFixed(2)}% YoY {(item?.eps - item?.epsPrior) /
|
||||
Math.abs(item?.epsPrior) <
|
||||
0
|
||||
? "decline"
|
||||
: "growth"}.
|
||||
{/if}
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
|
||||
@ -186,8 +186,14 @@
|
||||
</label>
|
||||
|
||||
<div class="ml-3 -mb-4 flex flex-col items-start">
|
||||
<span class="text-sm font-semibold text-white"> Pay Yearly </span>
|
||||
<span class="text-[#fff] text-sm font-semibold"> Save 25% </span>
|
||||
<span class="text-sm font-semibold text-white"> Pay Annually </span>
|
||||
<span
|
||||
class="{mode
|
||||
? 'text-white'
|
||||
: 'text-gray-500'} text-sm font-semibold uppercase"
|
||||
>
|
||||
Get 3 Months Free
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -420,6 +426,24 @@
|
||||
>
|
||||
<span class="text-white text-xl">/month</span>
|
||||
</div>
|
||||
{#if mode}
|
||||
<div class="text-white">(Billed Annually)</div>
|
||||
<div class="flex items-center mt-2 text-[1rem] text-center">
|
||||
less than a 🍔
|
||||
</div>
|
||||
{:else}
|
||||
<div class="flex items-center mt-2 text-[1rem] text-center">
|
||||
less than <svg
|
||||
class="w-14 h-fit inline-block ml-2 mr-2 mt-1"
|
||||
viewBox=".238 .034 919.406 248.488"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
><path
|
||||
d="m870.46 118.314 49.184 130.208c-14.495-2.07-28.982-4.663-43.733-6.999l-27.707-71.945-28.468 66.006c-13.973-2.336-27.698-3.114-41.672-4.928l49.955-113.89-45.309-116.732h41.937l25.362 65.22 27.185-65.22h42.442zm-120.864-118.28h-38.052v225.71c12.425.779 25.362 1.292 38.052 2.841zm-70.927 223.118c-34.68-2.328-69.37-4.39-104.829-5.177v-217.94h38.823v181.188c22.264.514 44.52 2.32 66.006 3.355zm-146.252-134.847v38.822h-53.06v88.263h-38.3v-215.356h108.713v38.822h-70.405v49.45h53.06zm-156.597-49.449v178.605c-12.946 0-26.14 0-38.83.514v-179.119h-40.122v-38.822h119.322v38.822zm-120.88 90.334c-17.08 0-37.274 0-51.769.787v57.715c22.778-1.557 45.556-3.363 68.59-4.141v37.273l-107.412 8.548v-229.338h107.405v38.822h-68.584v52.29c15.017 0 38.052-.778 51.768-.778v38.83zm-215.109-21.743v135.633c-13.965 1.557-26.398 3.371-39.593 5.442v-248.488h37.017l50.469 141.076v-141.076h38.83v232.436c-13.717 2.336-27.698 3.114-42.45 5.177z"
|
||||
fill="#e50914"
|
||||
/></svg
|
||||
> subscription
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!--
|
||||
<div class="flex flex-col items-center">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user