Generalize copy — remove VWCE mentions #22
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
question
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/incr#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The app was originally built for VWCE tracking but the architecture is already asset-agnostic. Remove all hardcoded VWCE references from the UI and make the copy generic.
Changes needed
dashboard.tsx—<Head title="VWCE Tracker" />→<Head title="incr" />StatsBox.tsx— hardcodedVWCE: €XX.XXprice label → use the asset symbol fromcurrentAsset.symbol(already available in dashboard state, just needs to be passed as a prop)dashboard.tsx— passcurrentAsset?.symboltoStatsBoxas a propOnboardingFlow.tsx—'Define your investment goals'→'Define your goals'README.md— rewrite description to be generic