UX: 'Coming Soon' pillar cards are clickable dead ends #56
Loading…
Add table
Add a link
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?
Two pillar sections — "Just bought a house?" (buyer-prep) and "Money-saving" (money-saving) — show a "COMING SOON" label in the pillar grid, but the cards remain clickable links. Clicking leads to an empty pillar page with no articles.
Location
`src/routes/index.tsx` lines 62-86
Suggested Fix
Changes made in
bf934c4Modified
src/routes/index.tsxto conditionally render pillar cards:<a href="/pillar/">as before (clickable)<div class="pillar-card opacity-60 cursor-default">(non-clickable, muted)Closes #56