Skip to content

Commit 46bd8b9

Browse files
authored
Advent of svelte day 7 (#956)
* day 7 * lowercase
1 parent 808116b commit 46bd8b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ We now have modern state-based alternatives to the `spring` and `tweened` stores
5858
- [docs](/docs/svelte/svelte-motion)
5959
- [demo](/playground/8a021b2ec2064230bde4a10b08464876?version=5.8.0)
6060

61-
## Day 7
61+
## Day 7: better tutorial navigation
6262

63-
Coming soon!
63+
A lot of you disliked the dropdown navigation for the tutorial — essentially a giant, unwieldy `<select>` element — so we've replaced it with a hierarchical menu. Because it's all just `<details>` and `<a>` elements, we get accessibility features for free. You can even navigate the tutorial with JavaScript disabled!
64+
65+
- [tutorial](/tutorial/svelte/welcome-to-svelte)
6466

6567
## Day 8
6668

0 commit comments

Comments
 (0)