Fix preview images#317
Merged
sumn2u merged 1 commit intosumn2u:mainfrom Oct 2, 2025
Merged
Conversation
|
@ayush-pandey047 is attempting to deploy a commit to the Suman Kunwar's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
|
Fixes #317 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates image references in project documentation files to change file extensions from lowercase .png to uppercase .PNG for preview images across multiple beginner projects.
- Updates file extensions from
.pngto.PNGin markdown image references - Affects 10 project documentation files in the beginner-projects directory
- Maintains consistent uppercase file extension convention for asset references
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| en/beginner-projects/weather-app.md | Updates weather app preview image extension to PNG |
| en/beginner-projects/video-trailer-popup.md | Updates video trailer preview image extension to PNG |
| en/beginner-projects/tip-calculator.md | Updates tip calculator preview image extension to PNG |
| en/beginner-projects/simple-stopwatch.md | Updates stopwatch preview image extension to PNG |
| en/beginner-projects/rock-paper-scissors-game.md | Updates rock paper scissors preview image extension to PNG |
| en/beginner-projects/random-photos-generator.md | Updates random photos preview image extension to PNG |
| en/beginner-projects/monthly-calendar.md | Updates calendar preview image extension to PNG |
| en/beginner-projects/image-search.md | Updates image search preview image extension to PNG |
| en/beginner-projects/electronic-drum-kit.md | Updates drum kit preview image extension to PNG |
| en/beginner-projects/digital-clock.md | Updates digital clock preview image extension to PNG |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have made changes in project files. Convert png to PNG.