ui fix
This commit is contained in:
parent
02ed2756e3
commit
c0064a958b
@ -7,8 +7,7 @@
|
||||
<svelte:head>
|
||||
<!-- Structured Data for FAQ -->
|
||||
<script type="application/ld+json">
|
||||
{`
|
||||
{
|
||||
{JSON.stringify({
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
@ -61,9 +60,9 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
`}
|
||||
})}
|
||||
</script>
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://stocknear.com/affiliate-program" />
|
||||
</svelte:head>
|
||||
|
||||
@ -292,21 +292,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
.app {
|
||||
height: 400px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 560px) {
|
||||
.app {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.chart {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -101,8 +101,6 @@
|
||||
recommendationList =
|
||||
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
|
||||
categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
|
||||
|
||||
console.log(recommendationList);
|
||||
}
|
||||
|
||||
optionsData = getPlotOptions() || null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user