Skip to content

Commit

Permalink
Merge pull request #167 from ChetanSaini12/main
Browse files Browse the repository at this point in the history
Production
  • Loading branch information
ChetanSaini12 authored Jun 23, 2024
2 parents b42b6e7 + 44743e4 commit 948e249
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 63 deletions.
163 changes: 101 additions & 62 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/Pages/Quiz/Quizes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { BiBookAdd } from "react-icons/bi";

function Quizes() {

const QuizLogo1 = '/Quiz-Logo-1.png';
const QuizLogo1 = '/Quiz-logo-1.png';
const dispatch = useDispatch();
const navigate = useNavigate();
const { isLoading,ready,loggedIn } = useSelector((state) => state.user);
Expand Down

0 comments on commit 948e249

Please sign in to comment.