Commit 2c03a52
committed
"All examples" back-link uses ↑ (up arrow) instead of ← (left arrow)
The link goes to a higher-level index page (/), not to a sibling
page. ↑ conveys the up-the-hierarchy navigation; ← would mean
"previous page in sequence". Three call sites updated:
- src/templates/example.html (example page chrome)
- src/app.py (journey page chrome)
- scripts/build_prototypes.py (prototype example rendering)
Left ← arrows kept where they're correct: "← Current layout" on
/layout-options/* (side-to-side), and the prev-example link in
the example-nav block (sequence navigation).1 parent 5ffb3bb commit 2c03a52
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments