Skip to content

Commit

Permalink
✏️ Remove loader
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Feb 12, 2024
1 parent 92fbb30 commit d127d7c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions apps/embedded-catalog/react/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import "./global.css";
import useOAuth from '@/hooks/useOAuth';
import { useEffect, useState } from 'react';
import { TailSpin } from 'react-loader-spinner'
import { findProviderVertical, getDescription, providersConfig } from '@panora/shared';
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";

Expand Down Expand Up @@ -73,16 +72,7 @@ const PanoraIntegrationCard = ({name, projectId, returnUrl, linkedUserId}: Provi
<>
<p className="mb-3 font-normal text-gray-500 dark:text-gray-400">Continue in {name} </p>
<div className='flex justify-center items-center'>
<TailSpin
height="40"
width="70"
color="white"
ariaLabel="tail-spin-loading"
radius="1"
wrapperStyle={{}}
wrapperClass=""
visible={true}
/>

</div>
</>
}
Expand Down

0 comments on commit d127d7c

Please sign in to comment.