Skip to content

Commit

Permalink
Merge pull request #21 from GlideRide-online/patch-01
Browse files Browse the repository at this point in the history
added some ui changes on homescreen
  • Loading branch information
Akshat2Jain authored Dec 28, 2023
2 parents 4764b81 + 24b244f commit 56d0a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/pages/Booking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { useState, useEffect } from "react";
import Loading from "../componetnts/Loading";
import bgimg2 from "../assests/2.jpg";
import NoRideAvailable from "./NoRIdeAvailable";
import { message } from "antd";
const Booking = ({ showUi }) => {
const [isLoading, setIsLoading] = useState(true);
const [isHovered, setIsHovered] = useState(false);
Expand Down Expand Up @@ -44,6 +45,7 @@ const Booking = ({ showUi }) => {
}, []);

const googleLogin = async () => {
message.success("Please Wait! This may take few seconds");
window.open(`${process.env.REACT_APP_SECRETROUTE}/auth/google`, "_self");
};

Expand Down

0 comments on commit 56d0a6d

Please sign in to comment.