Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Our mission is simple: **make learning easier** by organizing the best content and empowering the community to contribute, review, and improve resource listings together.

<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.
</br>
<em>This is our mascot, look how studious this little guy is!</em>
</p>
Expand Down