Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ We now have modern state-based alternatives to the `spring` and `tweened` stores
- [docs](/docs/svelte/svelte-motion)
- [demo](/playground/8a021b2ec2064230bde4a10b08464876?version=5.8.0)

## Day 7
## Day 7: better tutorial navigation

Coming soon!
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!

- [tutorial](/tutorial/svelte/welcome-to-svelte)

## Day 8

Expand Down
Loading