ui fixes
This commit is contained in:
parent
3ddded4e36
commit
f80709393f
@ -44,12 +44,6 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<span class="hidden sm:flex flex-row items-center mt-4 text-xs text-white">
|
||||
Made with
|
||||
<svg class="ml-1 mr-1 w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#b71c1c" d="m12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"/></svg>
|
||||
in Siegen
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="flex-1 mb-2 sm:mb-0">
|
||||
@ -136,14 +130,6 @@
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
<span class="sm:hidden flex flex-row items-center text-xs text-white">
|
||||
Made with
|
||||
<svg class="ml-1 mr-1 w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#b71c1c" d="m12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"/></svg>
|
||||
in Siegen
|
||||
<span class="ml-auto">© 2024 Stocknear. All Rights Reserved.</span>
|
||||
</span>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -132,8 +132,7 @@
|
||||
Monday through Friday.
|
||||
<br>
|
||||
<br>
|
||||
Even the stock market needs a break sometimes!
|
||||
Here are the special holidays when the stock market decides to take a day off.
|
||||
The market is closed on the following holidays:
|
||||
</p>
|
||||
|
||||
<table class="table table-sm table-compact bg-[#202020] w-full mt-5 mb-10 text-white">
|
||||
@ -141,7 +140,7 @@
|
||||
<thead>
|
||||
<tr class="border-b border-slate-700">
|
||||
<th class="bg-[#202020] text-white text-sm font-semibold">
|
||||
Special Holiday
|
||||
Exchange holidays
|
||||
</th>
|
||||
<th class="bg-[#202020] text-white text-sm font-semibold">
|
||||
Date
|
||||
|
||||
@ -94,7 +94,7 @@ $: {
|
||||
<div class="flex flex-row pt-1 pb-2">
|
||||
{#if earningDate}
|
||||
<div class="badge badge-error gap-2 mt-2 font-medium text-sm text-white">
|
||||
Earning Call - {earningDate}
|
||||
Earnings Call - {earningDate}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@ -92,7 +92,7 @@ function loadMoreData() {
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
{:else}
|
||||
<a href={item?.url} target="_blank">
|
||||
<a href={item?.url} rel="noopener noreferrer" target="_blank">
|
||||
<div class="flex-shrink-0 m-auto ">
|
||||
<img src={item?.image} class=" w-full rounded-lg" alt="news image" loading="lazy">
|
||||
</div>
|
||||
@ -103,12 +103,12 @@ function loadMoreData() {
|
||||
{item?.site} · {formatDate(item?.publishedDate)} ago
|
||||
</h3>
|
||||
|
||||
<a href={item?.url} target="_blank" class="text-lg font-bold text-white">
|
||||
<a href={item?.url} rel="noopener noreferrer" target="_blank" class="text-lg font-bold text-white">
|
||||
{item?.title}
|
||||
<p class="text-white text-sm mt-2 font-normal">
|
||||
{item?.text}
|
||||
</p>
|
||||
</a>
|
||||
<p class="text-white text-sm mt-2">
|
||||
{item?.text}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user