ui fix
This commit is contained in:
parent
10579dfc27
commit
570141d38d
@ -515,7 +515,7 @@
|
|||||||
>Earnings Calendar</a
|
>Earnings Calendar</a
|
||||||
>
|
>
|
||||||
</Button>
|
</Button>
|
||||||
|
<!--
|
||||||
<Button
|
<Button
|
||||||
builders={[builder]}
|
builders={[builder]}
|
||||||
type="submit"
|
type="submit"
|
||||||
@ -527,6 +527,7 @@
|
|||||||
>FDA Calendar</a
|
>FDA Calendar</a
|
||||||
>
|
>
|
||||||
</Button>
|
</Button>
|
||||||
|
-->
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
builders={[builder]}
|
builders={[builder]}
|
||||||
@ -1035,12 +1036,13 @@
|
|||||||
class="text-[1rem] text-white ml-4 mt-4"
|
class="text-[1rem] text-white ml-4 mt-4"
|
||||||
>Earnings Calendar</a
|
>Earnings Calendar</a
|
||||||
>
|
>
|
||||||
|
<!--
|
||||||
<a
|
<a
|
||||||
href="/fda-calendar"
|
href="/fda-calendar"
|
||||||
class="text-[1rem] text-white ml-4 mt-4"
|
class="text-[1rem] text-white ml-4 mt-4"
|
||||||
>FDA Calendar</a
|
>FDA Calendar</a
|
||||||
>
|
>
|
||||||
|
-->
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="/ipos"
|
href="/ipos"
|
||||||
|
|||||||
@ -1,4 +1,13 @@
|
|||||||
|
import { redirect, error } from "@sveltejs/kit";
|
||||||
|
|
||||||
|
|
||||||
export const load = async ({ locals }) => {
|
export const load = async ({ locals }) => {
|
||||||
|
|
||||||
|
const { pb, user } = locals;
|
||||||
|
|
||||||
|
|
||||||
|
redirect(303, "/");
|
||||||
|
|
||||||
const getFDACalendar = async () => {
|
const getFDACalendar = async () => {
|
||||||
const { apiURL, apiKey, user } = locals;
|
const { apiURL, apiKey, user } = locals;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user