Session 14: Africa checkout, Tank01 NBA/MLB wiring, WNBA+MLB odds proxies, OAuth icons, loading skeletons (1330 tests)
This commit is contained in:
@@ -243,6 +243,27 @@ export default function Nav() {
|
||||
{l.label}
|
||||
</a>
|
||||
))}
|
||||
{/* Session 14 — mobile-only "Scan manually" link. The Slate
|
||||
IS the scan surface on /dashboard, but power users on
|
||||
mobile may want a direct route to the form. Subtle
|
||||
tertiary styling so it doesn't compete with the
|
||||
primary nav links. */}
|
||||
<a
|
||||
href="/scan"
|
||||
onClick={() => setMobileOpen(false)}
|
||||
style={{
|
||||
padding: '12px 16px',
|
||||
fontSize: 13,
|
||||
color: 'var(--text-secondary, #8A8A9A)',
|
||||
textDecoration: 'none',
|
||||
borderRadius: 8,
|
||||
borderTop: '1px solid var(--border)',
|
||||
marginTop: 4,
|
||||
paddingTop: 16,
|
||||
}}
|
||||
>
|
||||
Scan manually →
|
||||
</a>
|
||||
{user ? (
|
||||
<button
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user