This commit is contained in:
MuslemRahimi 2024-09-12 20:53:49 +02:00
parent b392f87241
commit e7e16bcdad
3 changed files with 3 additions and 3 deletions

View File

@ -612,7 +612,7 @@ $: {
<div class="flex items-center w-full">
<div class="flex flex-row justify-start items-center mb-5 mt-2">
<!--<img class="rounded-full w-10 h-10" src={logoUrl} alt="" />-->
<div class="rounded-full w-10 h-10 relative bg-[#101112] flex items-center justify-center border border-slate-800">
<div class="rounded-full w-10 h-10 relative bg-[#141417] flex items-center justify-center border border-slate-800">
<img style="clip-path: circle(50%);" class="w-6 h-6" src={`https://financialmodelingprep.com/image-stock/${$cryptoTicker?.toUpperCase()}.png`} loading="lazy"/>
</div>

View File

@ -640,7 +640,7 @@ $: {
<div class="flex items-center">
<div class="flex flex-row justify-start items-center mb-5 mt-2">
<div class="rounded-full w-10 h-10 relative bg-[#101112] flex items-center justify-center border border-slate-800">
<div class="rounded-full w-10 h-10 relative bg-[#141417] flex items-center justify-center border border-slate-800">
<img style="clip-path: circle(50%);" class="w-6 h-6" src={`https://financialmodelingprep.com/image-stock/${$etfTicker?.toUpperCase()}.png`} loading="lazy"/>
</div>

View File

@ -544,7 +544,7 @@ $: {
<div class="flex items-center w-full">
<div class="flex flex-row justify-start items-center mb-5 mt-2">
<!--<img class="rounded-full w-10 h-10" src={logoUrl} alt="" />-->
<div class="flex-shrink-0 rounded-full w-10 h-10 relative bg-[#101112] flex items-center justify-center border border-slate-800">
<div class="flex-shrink-0 rounded-full w-10 h-10 relative bg-[#141417] flex items-center justify-center border border-slate-800">
<img style="clip-path: circle(50%);" class="avatar w-6 h-6" src={`https://financialmodelingprep.com/image-stock/${$stockTicker?.toUpperCase()}.png`} alt=" " loading="lazy" />
</div>