chore: remove unused logo assets (icon128.png and new-logo.png)#164
chore: remove unused logo assets (icon128.png and new-logo.png)#164achuvyas-kv wants to merge 1 commit into
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Problem
Unused image files (
new-logo.png,icon128.png) were left in the repo root, adding clutter.Solution
Remove the files — they are not referenced anywhere. The extension uses
icons/icon128.png, not the root file.Changes
new-logo.pngicon128.pngIssue
N/A
How to test
git statusconfirms the files are gone;npm run buildstill succeeds.Screenshots
N/A