Browse Source

feat: add NBP Waitlist link to welcome modal

Adds a text link with banana icon at the bottom of the links list in
the welcome modal, linking to https://nodebananapro.com.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
23a2a32862
  1. 2
      src/components/quickstart/QuickstartInitialView.tsx

2
src/components/quickstart/QuickstartInitialView.tsx

@ -90,7 +90,7 @@ export function QuickstartInitialView({
className="flex items-center gap-2 text-sm text-neutral-400 hover:text-neutral-200 transition-colors"
>
<img src="/banana_icon.png" alt="" className="w-4 h-4" />
Node Banana Pro Waitlist
NBP Waitlist
</a>
</div>
</div>

Loading…
Cancel
Save