Bug
PR #108 moved <ConnectWallet /> into the global nav bar but pages still show text like "Connect your wallet to create a storyline" without an inline connect button. Users hit a dead end and must discover the nav button independently.
Affected pages:
src/app/create/page.tsx
src/app/chain/page.tsx
src/app/dashboard/reader/page.tsx
src/app/dashboard/writer/page.tsx
Fix: Add back inline <ConnectWallet /> buttons next to the "Connect your wallet to..." text on each affected page, or render a button/link that scrolls to or highlights the nav wallet button.
Checklist:
Bug
PR #108 moved
<ConnectWallet />into the global nav bar but pages still show text like "Connect your wallet to create a storyline" without an inline connect button. Users hit a dead end and must discover the nav button independently.Affected pages:
src/app/create/page.tsxsrc/app/chain/page.tsxsrc/app/dashboard/reader/page.tsxsrc/app/dashboard/writer/page.tsxFix: Add back inline
<ConnectWallet />buttons next to the "Connect your wallet to..." text on each affected page, or render a button/link that scrolls to or highlights the nav wallet button.Checklist:
npm run lintandnpm run typecheckpass