I committed this to solve issue #15 in GDSC repository DSC-WebDev-Task where icons were not appearing on the main page after searching for GitHub profile
Firstly here I created a svg file by browsing the code over net and changing height and width to required ones to display new twitter logo X in place of old twitter birdie logo's svg already present in the repository Then I imported various svg files in the App.js file and used their dynamic link in the href attributes of respective img tags. I was able to do so as I observed that the main DSC logo is appearing so wht is difference between its and icons codes and found icons' img tags to be empty and that's why nothing was appearing there.
I have attached some screenshots for reference.
I committed this to solve issue #15 in GDSC repository DSC-WebDev-Task where icons were not appearing on the main page after searching for GitHub profile Firstly here I created a svg file by browsing the code over net and changing height and width to required ones to display new twitter logo X in place of old twitter birdie logo's svg already present in the repository Then I imported various svg files in the App.js file and used their dynamic link in the href attributes of respective img tags. I was able to do so as I observed that the main DSC logo is appearing so wht is difference between its and icons codes and found icons' img tags to be empty and that's why nothing was appearing there. I have attached some screenshots for reference.