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 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">
{symbol}
</h4>

View File

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

View File

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