suryanshsingh2001 / MyLibrary

MyLibrary 📚 is a modern library management web app built with React.js, 🔐 Auth0 for authentication, 📖 Google Books API for book data, and styled with 🎨 Tailwind CSS for a delightful user experience.
https://mylibrary01.vercel.app/
MIT License
25 stars 25 forks source link

Wrong usage of class HTML attribute #50

Closed marchintosh94 closed 1 month ago

marchintosh94 commented 1 month ago

Describe the bug I noticed that in the Footer.jsx component instead of using className attribute, is been used the attribute class

To Reproduce Steps to reproduce the behavior:

  1. Go to file client/src/Components/Footer.jsx
  2. See errors starting from line ~18 to ~30

Expected behavior The class attribute have to be replaced with className and the error in the console should gone.

Screenshots image image

Desktop (please complete the following information):

marchintosh94 commented 1 month ago

@suryanshsingh2001 I'd like to take this issue

suryanshsingh2001 commented 1 month ago

@marchintosh94 Sure, I have assigned you the issue!