Skip to content

fix: URL-encode logo paths in README for dark mode support#9

Merged
DrWheelicus merged 1 commit intomainfrom
fix/readme-logo-dark-mode
Feb 15, 2026
Merged

fix: URL-encode logo paths in README for dark mode support#9
DrWheelicus merged 1 commit intomainfrom
fix/readme-logo-dark-mode

Conversation

@DrWheelicus
Copy link
Owner

@DrWheelicus DrWheelicus commented Feb 15, 2026

Description

The dark mode logo in the README was not rendering on GitHub because the srcset attribute uses spaces as delimiters. The filenames (Transparent Logo Dark.png) contained spaces that broke the URL parsing.

Fixed by URL-encoding spaces as %20 in the <picture> source paths.

Type of Change

  • Bug fix

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • My changes generate no new warnings

How Has This Been Tested?

  • Verified logo renders correctly on GitHub in both light and dark mode

Replaces spaces in logo image paths with URL-encoded format to ensure proper loading in different environments. This change enhances the README's visual presentation.
@cursor
Copy link

cursor bot commented Feb 15, 2026

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on March 31.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@DrWheelicus DrWheelicus self-assigned this Feb 15, 2026
@DrWheelicus DrWheelicus added documentation Improvements or additions to documentation bug Something isn't working labels Feb 15, 2026
@DrWheelicus DrWheelicus merged commit 061ec88 into main Feb 15, 2026
12 checks passed
@DrWheelicus DrWheelicus deleted the fix/readme-logo-dark-mode branch February 15, 2026 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant