diff --git a/packages/web/app/components/auth/social-login-buttons.tsx b/packages/web/app/components/auth/social-login-buttons.tsx index 4a0328ac..f493d382 100644 --- a/packages/web/app/components/auth/social-login-buttons.tsx +++ b/packages/web/app/components/auth/social-login-buttons.tsx @@ -1,7 +1,7 @@ 'use client'; import React, { useEffect, useState } from 'react'; -import { Button, Space, Skeleton } from 'antd'; +import { Button, Flex, Skeleton } from 'antd'; import { signIn } from 'next-auth/react'; import { themeTokens } from '@/app/theme/theme-config'; @@ -98,7 +98,7 @@ export default function SocialLoginButtons({ }; return ( - + {providers.google && (