Skip to content

Commit 86cddaa

Browse files
committed
PE: Change qrcode
1 parent 3df2c7e commit 86cddaa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/views/HardcodedEventPages/Prajnotsavah/ProjectExpoRegistration.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ import { useAuth } from "@/contexts/AuthContext";
77
import CLink from "@/components/CLink";
88
import { FiChevronLeft } from "react-icons/fi";
99
import { IoClose } from "react-icons/io5";
10-
import qrcode from "./qrcode.jpeg"
10+
import qrcode from "./qrcode.png"
1111
import upiImage from "@/assets/upi.png"
1212

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

1515
import "@/styles/ProjectExpoRegistration.scss";
1616

17-
const UPI_ID = "69097701@ubin"
17+
const UPI_ID = "gvsskvineeth-1@okicici"
1818

1919
export default function ProjectExpoRegistration() {
2020
const { currentUser, USER_PRESENT, signinwithpopup } = useAuth();
Loading

0 commit comments

Comments
 (0)