-
Notifications
You must be signed in to change notification settings - Fork 30
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
Added Favicon! #91
base: master
Are you sure you want to change the base?
Added Favicon! #91
Conversation
@@ -4,6 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<!-- Favicons --> | |||
<link rel="shortcut icon" href="favicon.ico"> |
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.
Where is favicon added?
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 added favicon.ico in root directory, please check.
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 cannot see that in this PR. Can you please push your changes?
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.
@rishabh-bansal Hi, thank you for contributing. You have unintended changes which should not be part of this pull request (Because of master branch). Please create a separate branch and make changes to that before sending a pull request.
@@ -12,6 +12,7 @@ Kanikaa Murarka (gh: kanikaa1234) | |||
Aditya Chawla (gh: chawlaaditya8) | |||
Vipin Khushu (gh: vipinkhushu) | |||
Saurabh Badhwar (gh: h4xr) | |||
Mayank Badola (gh: mbad0la) |
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.
This change should not be part of this pull request.
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.
Also, please update your branch with latest master changes.
@@ -4,6 +4,9 @@ | |||
<meta charset="utf-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<!-- Favicons --> | |||
<link rel="shortcut icon" href="favicon.ico"> |
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 cannot see that in this PR. Can you please push your changes?
@@ -12,6 +12,7 @@ Kanikaa Murarka (gh: kanikaa1234) | |||
Aditya Chawla (gh: chawlaaditya8) | |||
Vipin Khushu (gh: vipinkhushu) | |||
Saurabh Badhwar (gh: h4xr) | |||
Mayank Badola (gh: mbad0la) |
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.
Also, please update your branch with latest master changes.
No description provided.