This commit is contained in:
MuslemRahimi 2024-09-25 01:33:15 +02:00
parent d8edb418ce
commit ab875ae9f4

View File

@ -376,7 +376,7 @@ const transactionStyles = {
{#if rawData?.length >= 20 && data?.user?.tier === 'Pro'}
{#if rawData?.length === insiderTradingList?.length}
<label on:click={backToTop} class="w-32 py-1.5 mt-10 hover:bg-white hover:bg-opacity-[0.05] cursor-pointer m-auto flex justify-center items-center border border-slate-800 rounded-full">
Back to top
</label>