Skip to content

fix(readme): logo fix#1531

Merged
spomichter merged 1 commit intodevfrom
jeff/fix/logo2
Mar 12, 2026
Merged

fix(readme): logo fix#1531
spomichter merged 1 commit intodevfrom
jeff/fix/logo2

Conversation

@jeff-hykin
Copy link
Member

fix logo

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 12, 2026

Greptile Summary

This PR fixes the project banner/logo displayed at the top of README.md by replacing the old GitHub-hosted image asset URL with a new one. No code, logic, or configuration is changed — only the src attribute of the <img> tag in the README is updated.

  • Updated README.md banner src from asset 15283d94-ad95-42c9-abd5-6565a222a837 to 64f13b39-da06-4f58-add0-cfc44f04db4e
  • alt text (banner_bordered_trimmed) and width (1000) remain unchanged

Confidence Score: 5/5

  • This PR is safe to merge — it is a documentation-only change with zero risk to functionality.
  • The change is limited to swapping a GitHub user-attachment image URL in the README. There is no code, no configuration, and no logic involved. The new URL follows the same format as the old one and is hosted on GitHub's own CDN.
  • No files require special attention.

Important Files Changed

Filename Overview
README.md Single-line change replacing the banner image asset URL with an updated GitHub-hosted asset; no logic or functionality affected.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[README.md banner img tag] -->|old src| B["asset: 15283d94-ad95-42c9-abd5-6565a222a837\n(broken/outdated logo)"]
    A -->|new src| C["asset: 64f13b39-da06-4f58-add0-cfc44f04db4e\n(fixed logo)"]
    C --> D[GitHub CDN\nuser-attachments/assets]
Loading

Last reviewed commit: a867c6b

@spomichter spomichter changed the title - fix(readme): logo fix Mar 12, 2026
@spomichter spomichter merged commit 1d0833a into dev Mar 12, 2026
2 checks passed
@spomichter spomichter deleted the jeff/fix/logo2 branch March 12, 2026 00:23
spomichter added a commit that referenced this pull request Mar 12, 2026
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