Skip to content

Commit

Permalink
update favicon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Nov 11, 2023
1 parent d199968 commit 1320942
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules
package-lock.json

# Local Netlify folder
.netlify
3 changes: 1 addition & 2 deletions backend/controllers/RatingAndReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ exports.getAllRatingAndReview = async (req, res) => {
.populate({ path: "user", select: "firstName lastName email image" })
.populate({ path: "course", select: "courseName" })
.exec();

console.log("allReviews", allReviews);

if (!allReviews) {
return res.status(400).json({
success: false,
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StudyNotion</title>
</head>
Expand Down
Binary file added frontend/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion frontend/public/vite.svg

This file was deleted.

0 comments on commit 1320942

Please sign in to comment.