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