feat(marketing): hero pill for Claude Code plugin, remove Mongo top b…#2961
feat(marketing): hero pill for Claude Code plugin, remove Mongo top b…#2961
Conversation
…anner - Replace Mongo partnership hero pill with Claude Code plugin promo linking to the announcement post. - Add Claude badge variant to HeroBanner using the white logo asset. - Remove MongoPartnershipBanner from the main layout. Co-authored-by: Cursor <cursoragent@cursor.com>
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip JWT tokens let functions act on behalf of users while preserving their permissions |
Greptile SummaryThis PR swaps the MongoDB partnership hero pill for a Claude Code plugin promo, adds a Confidence Score: 4/5Safe to merge — all assets and blog post URL are confirmed present; only a minor dead-file cleanup is missing. All changed code is correct and verified. The sole finding is a P2 (orphaned component file not deleted). P2s alone cap at 4/5. No files require special attention beyond the orphaned MongoPartnershipBanner.svelte. Important Files Changed
Reviews (1): Last reviewed commit: "feat(marketing): hero pill for Claude Co..." | Re-trigger Greptile |
| @@ -21,7 +21,6 @@ | |||
| import { page } from '$app/state'; | |||
There was a problem hiding this comment.
Orphaned component not deleted
MongoPartnershipBanner is removed from the import and usage here, but the component file still exists at src/lib/components/MongoPartnershipBanner.svelte. Since it's no longer referenced anywhere in the codebase, deleting the file as part of this PR would avoid accumulating dead code.


…anner
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)