Skip to content

Commit

Permalink
Merge pull request #12 from SunbirdAI/changing-ui
Browse files Browse the repository at this point in the history
fixed issue
  • Loading branch information
evie-8 authored Nov 15, 2024
2 parents 8bc397d + 782ac24 commit 2c5cc7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/Root.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useEffect } from "react";
import {
getAuth,
signOut,
// signOut,
signInWithPopup,
GoogleAuthProvider,
} from "firebase/auth";
Expand Down Expand Up @@ -103,13 +103,13 @@ export default function Root({ children }) {
<div className="login">
<div className="login__container">
<img
src="/img/logo.png"
src="/sunbird-docs/img/logo.png"
width={40}
height={40}
alt="Sunbird AI logo"
/>
<button className="login__btn" onClick={handleGoogleSignIn}>
<img src="/img/google.svg" alt="Google icon" />
<img src="/sunbird-docs/img/google.svg" alt="Google icon" />
Login with Google
</button>
</div>
Expand Down

0 comments on commit 2c5cc7b

Please sign in to comment.