Closed plon-Susk7 closed 1 week ago
Hi, I'd like to work on this issue. Is it still open for contribution?
hi @monish-j , feel free to work on this issue. Let me know if you have any doubts.
Hi @plon-Susk7,
I noticed that the public
folder is located outside the src
folder. The index.html
file inside the src
folder references the logo.svg
file from the public
folder.
Could you please confirm if the logo.svg
file in the public
folder outside the src
folder is the one we should update? Or is there another logo.svg
file that we should be using?
Also, could you provide the new logo SVG file or let me know where I can find it?
Thank you!
Please use the one in public folder :)
Hi @plon-Susk7,
I noticed that the index.html
file is already referencing the logo.svg
file in the public
folder. Could you please confirm if there are any specific changes needed for the logo.svg
file, or if it is already up to date?
Thank you!
hey @monish-j , so there's slight modifications that needs to be made inside svg files such as width and height. The index.html is referencing logo.svg in public folder.
Hi @plon-Susk7, I created a pull request titled "Update logo and adjust CSS for proper display" (#14). I forgot to include an update to the index.html file to change the favicon path.
Could you please review and merge this additional change?
Thank you!
Hi @plon-Susk7,
I've pushed an additional commit to #14 to update the index.html file with the new favicon path. Please review and merge when convenient.
Thanks!
There's logo.svg file on public folder inside src. Change the website's logo from default logo to the one provided in the folder. Some svg code changes may be required.