Skip to content

Conversation

@AllanKoder
Copy link
Owner

Updated logo image size in README.

Updated logo image size in README.
Copilot AI review requested due to automatic review settings January 2, 2026 22:58
@AllanKoder AllanKoder merged commit 7558555 into master Jan 2, 2026
5 checks passed
@AllanKoder AllanKoder deleted the AllanKoder-patch-1 branch January 2, 2026 22:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a width constraint to the logo image in the README to control its display size. The logo (mascot) image now has a fixed width of 200 pixels, making it more appropriately sized for the README.

Key changes:

  • Added width="200" attribute to the logo SVG image element

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


<p align="center">
<img src="public/images/Logo.svg" alt = "Computer Science Resources Logo"/>
<img src="public/images/Logo.svg" width="200" alt = "Computer Science Resources Logo"/>
Copy link

Copilot AI Jan 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an inconsistent spacing around the equals sign in the alt attribute. The banner image at line 3 uses 'alt="..."' (no spaces), but this line uses 'alt = "..."' (spaces around equals). For consistency with the existing pattern in this file, consider removing the spaces around the equals sign.

Suggested change
<img src="public/images/Logo.svg" width="200" alt = "Computer Science Resources Logo"/>
<img src="public/images/Logo.svg" width="200" alt="Computer Science Resources Logo"/>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants