-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons added #354
Icons added #354
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -16,6 +16,7 @@ import React from "react"; | |||
import Loader from "./components/Loader"; | |||
import ContactUs from "./pages/ContactUs"; | |||
import About from "./pages/About"; | |||
import Rateus from "./pages/Rateus"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
component name is RateUs, can we keep it consistent across the code? also could you change the file name from Rateus to RateUs as well?
Yeah okkk @VaibhavArora314 @akbatra567 |
import { loggedInState } from '../store/atoms/auth'; | ||
import { CgProfile } from 'react-icons/cg'; | ||
import { BsFilePost } from 'react-icons/bs'; | ||
import { FaHome,FaRegCopyright } from 'react-icons/fa'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Story was related to Navbar Icons, why we need changes in Footer.tsx ?
If scope is changes, could you update in Issue ?
Hello Project Admin
I Added Icons to Navbar - Solved #311
Kindly Please go through this PR @VaibhavArora314