update hedge fund data to latest quarter

This commit is contained in:
MuslemRahimi 2024-07-20 16:09:29 +02:00
parent 50e42a5ef1
commit 9ce6f49af0
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -435,7 +435,7 @@ $: {
{:else } {:else }
<div class="flex min-h-screen w-full flex-col bg-[#09090B]"> <div class="flex min-h-screen w-full flex-col bg-[#09090B]">
<aside class="fixed overflow-y-scroll inset-y-0 left-0 z-50 hidden w-72 flex-col 2xl:border-r 2xl:border-gray-800 bg-[#141417] 2xl:flex"> <aside class="fixed overflow-y-scroll scroller overflow-hidden inset-y-0 left-0 z-50 hidden w-72 flex-col 2xl:border-r 2xl:border-gray-800 bg-[#141417] 2xl:flex">
<nav class="flex flex-col items-center mr-auto gap-y-4 2xl:py-5 w-full"> <nav class="flex flex-col items-center mr-auto gap-y-4 2xl:py-5 w-full">
<a <a
href="/" href="/"

File diff suppressed because one or more lines are too long