This commit is contained in:
MuslemRahimi 2024-11-30 21:26:43 +01:00
parent 8a9ff1a751
commit 15b8133933
3 changed files with 13 additions and 20 deletions

View File

@ -193,15 +193,6 @@
> >
<div class="flex flex-col items-start w-full"> <div class="flex flex-col items-start w-full">
<div class=" flex flex-col items-start pb-1"> <div class=" flex flex-col items-start pb-1">
<!--
<Avatar.Root>
<Avatar.Image
class="w-5 h-5 rounded-full avatar text-center m-auto flex-shrink-0"
src={`https://financialmodelingprep.com/image-stock/${symbol}.png`}
/>
<Avatar.Fallback>SK</Avatar.Fallback>
</Avatar.Root>
-->
<h4 class="text-sm text-blue-400 inline-block"> <h4 class="text-sm text-blue-400 inline-block">
{symbol} {symbol}
</h4> </h4>

View File

@ -78,8 +78,6 @@
} }
} }
$: hideFooter = $page.url.pathname.startsWith("/options-flow");
let hasUnreadElement = false; let hasUnreadElement = false;
let notificationList = []; let notificationList = [];
@ -264,6 +262,7 @@
<img <img
class="avatar w-9 sm:w-10 rounded-full" class="avatar w-9 sm:w-10 rounded-full"
src={stocknear_logo} src={stocknear_logo}
alt="Stocknear Logo"
/> />
Stocknear Stocknear
</a> </a>
@ -791,7 +790,11 @@
</Sheet.Root> </Sheet.Root>
<a href="/" class="-ml-2 flex flex-shrink-0"> <a href="/" class="-ml-2 flex flex-shrink-0">
<img class="avatar w-9 3xl:w-10 rounded-full" src={stocknear_logo} /> <img
class="avatar w-9 3xl:w-10 rounded-full"
src={stocknear_logo}
alt="Stocknear Logo"
/>
<span class="text-white font-semibold ml-2 text-lg">Stocknear</span> <span class="text-white font-semibold ml-2 text-lg">Stocknear</span>
</a> </a>
@ -885,6 +888,7 @@
<img <img
class="avatar w-9 3xl:w-12 rounded-full" class="avatar w-9 3xl:w-12 rounded-full"
src={stocknear_logo} src={stocknear_logo}
alt="Stocknear Logo"
/> />
<span class="text-white text-xl">Stocknear</span> <span class="text-white text-xl">Stocknear</span>
</a> </a>
@ -1196,9 +1200,7 @@
</div> </div>
</div> </div>
<div> <div>
{#if !hideFooter}
<Footer /> <Footer />
{/if}
</div> </div>
</div> </div>
</div> </div>

View File

@ -55,7 +55,7 @@
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<title> <title>
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Free {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Free
Stock Analysis Information for Small Investors · stocknear Stocknear - Free Online Stock Analysis for Investors
</title> </title>
<meta <meta
@ -65,7 +65,7 @@
<!-- Other meta tags --> <!-- Other meta tags -->
<meta <meta
property="og:title" property="og:title"
content="Free Stock Analysis Information for Small Investors · stocknear" content="Stocknear - Free Online Stock Analysis for Investors"
/> />
<meta <meta
property="og:description" property="og:description"
@ -78,7 +78,7 @@
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta <meta
name="twitter:title" name="twitter:title"
content="Free Stock Analysis Information for Small Investors · stocknear" content="Stocknear - Free Online Stock Analysis for Investors"
/> />
<meta <meta
name="twitter:description" name="twitter:description"
@ -169,11 +169,11 @@
Clear & <span class="italic text-[#fff]">Simple</span> Market Insight. Clear & <span class="italic text-[#fff]">Simple</span> Market Insight.
</h1> </h1>
<h1 <h2
class="text-white text-2xl font-semibold text-start w-full pb-4 sm:pl-4 sm:pb-2" class="text-white text-2xl font-semibold text-start w-full pb-4 sm:pl-4 sm:pb-2"
> >
Dashboard Dashboard
</h1> </h2>
<main class="flex flex-1 flex-col gap-4 sm:p-4 md:gap-8"> <main class="flex flex-1 flex-col gap-4 sm:p-4 md:gap-8">
<div class="grid gap-4 md:gap-8 grid-cols-1 lg:grid-cols-2 text-start"> <div class="grid gap-4 md:gap-8 grid-cols-1 lg:grid-cols-2 text-start">