Skip to content

Commit

Permalink
remove visitors div
Browse files Browse the repository at this point in the history
  • Loading branch information
dibya-roy-sundar committed Jul 24, 2024
1 parent f41aa43 commit e608d7d
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/src/Pages/Landing/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ const Landing = () => {
</div>
</div>
<div className="stats">
<div className="stat"><motion.h3
initial={{ x: 20 }}
whileInView={{ x: 0 }}
transition={{ duration: 0.5 }}
>200+</motion.h3><p>Total Visitors</p></div>
<div className="stat"><motion.h3
initial={{ x: 20 }}
whileInView={{ x: 0 }}
Expand Down
1 change: 1 addition & 0 deletions server/controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const otpGenerator = require('otp-generator')




/////////////////// Auth ////////////////////////

module.exports.register = async (req, res, next) => {
Expand Down
97 changes: 97 additions & 0 deletions server/package-lock.json

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

0 comments on commit e608d7d

Please sign in to comment.