This commit is contained in:
parent
312ddef193
commit
3a702aa91e
@ -109,7 +109,7 @@ import Teams from "./components/Teams.svelte";
|
|||||||
</Transition>
|
</Transition>
|
||||||
<Footer />
|
<Footer />
|
||||||
</Dashboard>
|
</Dashboard>
|
||||||
{:else}
|
{:else}
|
||||||
<Login />
|
<Login />
|
||||||
{/if}
|
{/if}
|
||||||
</Route>
|
</Route>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
export let params;
|
export let params;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="container py-10 mx-auto sm:px-2">
|
<section class="container p-5">
|
||||||
<span class="mb-1 text-3xl font-extrabold leading-tight text-gray-900">
|
<span class="mb-1 text-3xl font-extrabold leading-tight text-gray-900">
|
||||||
Orgs
|
Orgs
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user