-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
Update Image Tag in About Page #5549
Update Image Tag in About Page #5549
Conversation
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
Note: Although I only edited a single line to remove the trailing slash from the image HTML tag, my IDE, VS Code, is detecting modifications in other lines when I save the file. I've ensured that I don't have any auto-formatting enabled on save or any extensions that might be altering the file format. If you have experience with this issue, I'd greatly appreciate any advice on how to resolve it. |
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.
Hi Domenic,
Thanks for looking at this issue. You edited the img tag and removed the closing slash and also removed the white space from the 2 bottom divs.
Everything looks the same after I ran your code in docker.
Hi @adrianang! Thanks for volunteering to review this issue! When you have a minute, please add your ETA and Availability. If for some reason you find that you're unable to review the request, please remove yourself as a reviewer. Thanks! |
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 @DomenicScozz Great job on this issue. Your branches look good, you are linked to the original issue, your description briefly describes what you did and why, and you noted that there are no visual changes. Your code is clean and only edits what is needed.
Note: Although I only edited a single line to remove the trailing slash from the image HTML tag, my IDE, VS Code, is detecting modifications in other lines when I save the file. I've ensured that I don't have any auto-formatting enabled on save or any extensions that might be altering the file format. If you have experience with this issue, I'd greatly appreciate any advice on how to resolve it.
I can see that on lines 3 and 5, some whitespace is deleted- I think this might be what your note about is referring to? If so, this is fine.
Thanks for contributing!
Fixes #5189
What changes did you make?
Why did you make the changes (we will use this info to test)?
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
I removed the ending slash from the image tag, but there were no visual changes as a result.