-
Notifications
You must be signed in to change notification settings - Fork 9
Added styling to navbar #17
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
Conversation
nafees87n
left a comment
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.
Thanks for another great PR. Added some minor suggestions.
| import { FiClock } from "react-icons/fi"; | ||
| import { FiFileText } from "react-icons/fi"; | ||
| import { FiRotateCcw } from "react-icons/fi"; | ||
| import { FiAlignJustify } from "react-icons/fi"; |
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.
| import { FiClock } from "react-icons/fi"; | |
| import { FiFileText } from "react-icons/fi"; | |
| import { FiRotateCcw } from "react-icons/fi"; | |
| import { FiAlignJustify } from "react-icons/fi"; | |
| import { FiClock,FiFileText, FiRotateCcw, FiAlignJustify} from "react-icons/fi"; |
| import { FiFileText } from "react-icons/fi"; | ||
| import { FiRotateCcw } from "react-icons/fi"; | ||
| import { FiAlignJustify } from "react-icons/fi"; | ||
| import { ImBrightnessContrast } from "react-icons/im"; |
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.
We can remove ImBrightnessContrast as its not being used
|
@nafees87n, I have made the changes as asked. |
| import AceEditor from 'react-ace' | ||
| import axios from 'axios' | ||
| import openSocket from 'socket.io-client' | ||
| import { AiFillGithub,FiClock,FiFileText,FiRotateCcw,FiAlignJustify } from "react-icons/ai"; |
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.
@kailash360 A mistake has been made here while refactoring. This line would throw an error. Please fix this.
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.
I have fixed this now. Sorry for the silly mistake 😅.
|
@kailash360 Merged the PR. Thank you |
I have modified the navbar elements and added icons using react icons. This is PR for issue #16 .