Skip to content

Conversation

@kailash360
Copy link
Contributor

I have modified the navbar elements and added icons using react icons. This is PR for issue #16 .

Copy link
Owner

@nafees87n nafees87n left a 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.

Comment on lines 9 to 12
import { FiClock } from "react-icons/fi";
import { FiFileText } from "react-icons/fi";
import { FiRotateCcw } from "react-icons/fi";
import { FiAlignJustify } from "react-icons/fi";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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";
Copy link
Owner

@nafees87n nafees87n Oct 9, 2021

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

@kailash360
Copy link
Contributor Author

@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";
Copy link
Owner

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.

Copy link
Contributor Author

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 😅.

@nafees87n nafees87n linked an issue Oct 9, 2021 that may be closed by this pull request
@nafees87n nafees87n added the easy label Oct 9, 2021
@nafees87n nafees87n merged commit 497832a into nafees87n:main Oct 9, 2021
@nafees87n
Copy link
Owner

@kailash360 Merged the PR. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve the styling of the Nav bar

2 participants