PranabKumarSahoo / sql-dev-tools

A tool for SQL Developers, which empowering SQL developers with versatile functionalities and make their day-to-life tasks easy.
https://sql-dev-tool.web.app/
MIT License
14 stars 19 forks source link

Footer #53

Closed Paarisha1 closed 7 months ago

Paarisha1 commented 7 months ago

Pull Request Related Issues: [List any related issues or reference them using the syntax #issue_number.]

Fixes #(45)

Description: [I have added the footer section.]

Checklist:

I have tested my changes. My code follows the project's coding standards. I have updated the documentation (if applicable). Screenshots: [If applicable, include screenshots to help reviewers understand your changes.] footer

Additional information

Please provide any other information that you think may be relevant to the pull request.

PranabKumarSahoo commented 7 months ago

Hello @Paarisha1,

Thank you for your contribution. I've reviewed your PR, and I've some concerns:

Here's a suggested approach:

  1. Create a new file named Footer.js in the directory like this src/Components/Footer/Footer.js .
  2. Then, In the HomePage.js, import the Footer component.
Paarisha1 commented 7 months ago

Sure