enroll team polish?
This commit is contained in:
@@ -32,7 +32,7 @@ export function createRouter() {
|
||||
defaultPreload: "intent",
|
||||
defaultErrorComponent: DefaultCatchBoundary,
|
||||
scrollRestoration: true,
|
||||
defaultViewTransition: true,
|
||||
defaultViewTransition: false,
|
||||
}),
|
||||
queryClient
|
||||
);
|
||||
|
||||
@@ -26,8 +26,8 @@ export const Route = createFileRoute("/_authed")({
|
||||
},
|
||||
pendingComponent: () => (
|
||||
<Layout>
|
||||
<Flex w='100%' align="center">
|
||||
<Loader />
|
||||
<Flex w='100%' h="40dvh" justify="center" align="flex-end">
|
||||
<Loader size='xl' />
|
||||
</Flex>
|
||||
</Layout>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user