From 8857ca8e6acc784280d6ba6846beaef42768b7d0 Mon Sep 17 00:00:00 2001
From: Akshay Soni <109035961+akshaysoni10@users.noreply.github.com>
Date: Wed, 19 Jul 2023 02:00:49 +0530
Subject: [PATCH] Update Auth.tsx
---
src/components/Auth/Auth.tsx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/components/Auth/Auth.tsx b/src/components/Auth/Auth.tsx
index 546a55ec..b2670399 100644
--- a/src/components/Auth/Auth.tsx
+++ b/src/components/Auth/Auth.tsx
@@ -1,4 +1,4 @@
-import clsxm from '@/lib/clsxm';
+/import clsxm from '@/lib/clsxm';
import { SettingsContext } from '@/lib/context/settings';
// import { googleAuth } from '@/lib/db/useAppwriteClient';
@@ -15,6 +15,8 @@ import { useEffect, useState } from 'react';
import { useContext } from 'react';
// import GoogleLogo from '~/svg/GoogleLogo.svg';
import { AiOutlineClose } from 'react-icons/ai';
+import { FcGoogle } from 'react-icons/fc';
+import { AiOutlineGithub } from 'react-icons/ai';
import { Tab, TabList, TabPanel, Tabs } from 'react-tabs';
import { toast, ToastContainer } from 'react-toastify';
@@ -236,7 +238,7 @@ export const Auth = ({ modal, setModal, buttonClass, setStyle }: Props) => {
darkBg
>
{/* */}
- Sign in with Google
+ Google Sign in