Skip to content

fix(docs): remove duplicate app icon on guide/app page - #2

Merged
cursor[bot] merged 1 commit into
mainfrom
cursor/fix-duplicate-app-icon-20a6
Aug 12, 2026
Merged

cursor[bot] merged 1 commit into
mainfrom
cursor/fix-duplicate-app-icon-20a6

Conversation

@asimawdah

Copy link
Copy Markdown
Contributor

Problem

On /guide/app, the "Using the app" section showed two app icons side by side because the page rendered both /app_icon.png and /logo.png, and those files are byte-identical.

Fix

  • Remove the redundant /logo.png image from guide/app.md.
  • Update .ok-app-visual CSS so a single icon is styled correctly (img + img for optional wordmark instead of :first-child / :last-child, which both applied to one image).
Open in Web Open in Cursor 

logo.png was identical to app_icon.png, so the Using the app section
showed two copies of the same icon. Keep a single app icon and adjust
ok-app-visual styles for the one-image layout.

Co-authored-by: Asim Awdah <contact@asimawdah.com>
@asimawdah
asimawdah marked this pull request as ready for review August 12, 2026 20:12
@cursor
cursor Bot merged commit ebaa6bc into main Aug 12, 2026
1 check passed
@cursor
cursor Bot deleted the cursor/fix-duplicate-app-icon-20a6 branch August 12, 2026 20:12
asimawdah added a commit that referenced this pull request Sep 17, 2026
…con-20a6

fix(docs): remove duplicate app icon on guide/app page
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