-
Notifications
You must be signed in to change notification settings - Fork 425
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
Styling - adding favicon #452
base: master
Are you sure you want to change the base?
Conversation
@@ -14,6 +13,10 @@ | |||
Learn how to configure a non-root public URL by running `npm run build`. | |||
--> | |||
<title>Technigo React App</title> | |||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | |||
<link rel="icon" href="favicon.svg" type="image/svg+xml" /> |
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.
Nice with the favicon!
import plus from '../img/plus.png'; | ||
|
||
function getOrdinalSuffix(day) { | ||
if (day >= 11 && day <= 13) { |
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.
Whats happening here? Make a comment to this maybe?
@@ -0,0 +1,25 @@ | |||
{ | |||
"short_name": "ToDO", | |||
"name": "ToDo", |
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.
Wow! Whats happening here?
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.
Hey Malvina!
Great work with this To-Do list! Everything works like it was intended to.
The page showed up properly and did not crash or act strange in any situation that I could see. The requirements was to make to-do-list with posts that was listed and that individually could be deleted and also a button that cleared the whole list and you made that. Nice with the icons too! The code is well-structured Nice and clear! You make descriptive notes on most places. It would be nice to have even more of them i think! Nice work Malwina!
I will drop some single comments in the code
No description provided.