remove logo
This commit is contained in:
parent
e36b1979a8
commit
533bd5b455
@ -127,15 +127,19 @@
|
|||||||
class="flex flex-col sm:flex-row justify-between items-start sm:items-center mt-5 font-semibold text-white"
|
class="flex flex-col sm:flex-row justify-between items-start sm:items-center mt-5 font-semibold text-white"
|
||||||
>
|
>
|
||||||
<label class="text-sm w-[20%] mb-1 sm:mb-0">Symbol</label>
|
<label class="text-sm w-[20%] mb-1 sm:mb-0">Symbol</label>
|
||||||
|
|
||||||
<label
|
<label
|
||||||
class="rounded-md bg-[#2A2E39] w-full sm:w-[80%] py-2 px-2 text-sm border border-gray-600"
|
class="rounded-md bg-[#2A2E39] w-full sm:w-[80%] py-2 px-2 text-sm border border-gray-600"
|
||||||
>
|
>
|
||||||
|
<!--
|
||||||
<img
|
<img
|
||||||
style="clip-path: circle(50%);"
|
style="clip-path: circle(50%);"
|
||||||
class="w-4 h-4 inline-block -mt-1 mr-1"
|
class="w-4 h-4 inline-block -mt-1 mr-1"
|
||||||
src={`https://financialmodelingprep.com/image-stock/${ticker?.toUpperCase()}.png`}
|
src={`https://financialmodelingprep.com/image-stock/${ticker?.toUpperCase()}.png`}
|
||||||
|
alt="logo"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
|
-->
|
||||||
|
|
||||||
{ticker?.toUpperCase()}, Regular trading hours
|
{ticker?.toUpperCase()}, Regular trading hours
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user