-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
difficulty: easySmall, bounded changesSmall, bounded changes
Description
Context
The Distribution page URL input placeholder reads: "Enter an X post URL (https://x.com/username/status/1234567890) to extract Starknet addresses from replies." This is incorrect — the project is built on Stellar, not Starknet. This appears to be a copy-paste artifact from another project. While small, it undermines user trust and creates confusion about what blockchain the app operates on.
What Success Looks Like
- The placeholder text references "Stellar addresses" instead of "Starknet addresses"
- Any other references to Starknet in the codebase (if any) are corrected to Stellar
Implementation Guidance
apps/web/src/app/(overview)/distribution/page.tsx— line 246, change "Starknet" to "Stellar"- Search the entire codebase for "Starknet" or "starknet" to ensure there are no other misreferences
- This is a one-line fix but has real user impact
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
difficulty: easySmall, bounded changesSmall, bounded changes