Overview: the PolHunter return card goes first

Marty's call: someone arriving from PolHunter stays on the dashboard rather
than being bounced back, because that is where the business is. That makes the
return card their only way back, and it was sitting third, below the launch
announcement for the site they had just come from and the Friday promotion.

It is hidden for everyone who did not arrive that way, so no other member's
page changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-23 06:35:33 -05:00
parent 489d832546
commit 891eac1626
+4 -1
View File
@@ -173,9 +173,12 @@
<main class="bo-content"> <main class="bo-content">
<div class="pane" id="pane-overview"> <div class="pane" id="pane-overview">
<!-- first on the page: for someone who arrived from PolHunter this card is their only way
back, and it was sitting below two promotions, one of which announces the site they
just came from. Hidden for everyone else, so nobody else's page changes. -->
<div class="card" id="phReturn" hidden></div>
<div class="card" id="phLaunch" hidden></div> <div class="card" id="phLaunch" hidden></div>
<div class="card" id="fdfCard" hidden></div> <div class="card" id="fdfCard" hidden></div>
<div class="card" id="phReturn" hidden></div>
<div class="card gs" id="gsCard" hidden> <div class="card gs" id="gsCard" hidden>
<div class="card-head"><h3>Getting started</h3><span class="sub" id="gsSub"></span></div> <div class="card-head"><h3>Getting started</h3><span class="sub" id="gsSub"></span></div>
<div class="gs-steps" id="gsSteps"></div> <div class="gs-steps" id="gsSteps"></div>