{itemTopics}
> ); -} +}; diff --git a/src/components/StackLabels/styles.ts b/src/components/StackLabels/styles.ts index f1013a7..19ae754 100644 --- a/src/components/StackLabels/styles.ts +++ b/src/components/StackLabels/styles.ts @@ -1,4 +1,4 @@ -export const css = ` +export const CSS = ` .styleStackLabels { font-weight: 500; color: white; @@ -6,4 +6,11 @@ export const css = ` padding: 1px; border-radius: 10px; background-color: #646cff; + flex: none; + flex-shrink: 0; + align-self: center; + box-sizing: border-box; + display: flex; + justify-content: center; + align-items: center; }`; diff --git a/src/hook/api/QueryClientProvider.tsx b/src/hook/api/QueryClientProvider.tsx deleted file mode 100644 index cc6b4d8..0000000 --- a/src/hook/api/QueryClientProvider.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; -import React from 'react'; - -const queryClient = new QueryClient({ - defaultOptions: { - queries: { - staleTime: 1000 * 60 * 5, - refetchOnWindowFocus: false, - }, - }, -}); - -interface IPropsReactQueryProvider { - children: React.ReactNode; -} - -export function ReactQueryProvider({ children }: IPropsReactQueryProvider): JSX.Element { - returnLoading...
; + * + * return ( + *{repo.description}
+ * + *Loading...
; + * + * return ( + *{repo.description}
+ * + *