Skip to content

Fix Starknet reference in distribution page — should say Stellar #30

@pragmaticAweds

Description

@pragmaticAweds

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions