Skip to content

Commit

Permalink
PE: Change qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Oct 31, 2024
1 parent 3df2c7e commit 86cddaa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import { useAuth } from "@/contexts/AuthContext";
import CLink from "@/components/CLink";
import { FiChevronLeft } from "react-icons/fi";
import { IoClose } from "react-icons/io5";
import qrcode from "./qrcode.jpeg"
import qrcode from "./qrcode.png"
import upiImage from "@/assets/upi.png"

import { useNavigate } from "react-router-dom"

import "@/styles/ProjectExpoRegistration.scss";

const UPI_ID = "69097701@ubin"
const UPI_ID = "gvsskvineeth-1@okicici"

export default function ProjectExpoRegistration() {
const { currentUser, USER_PRESENT, signinwithpopup } = useAuth();
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86cddaa

Please sign in to comment.