diff --git a/ROADMAP.md b/ROADMAP.md index 90a37e667..3eb3cb495 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -25,12 +25,16 @@ - ProviderScope - FAQ - My Consumer behaves differently inside overlays/transition + - How to prefetch data _in the main_ - cookbooks: - migration from provider - list items + family, don't pass the id to the item and instead expose a "currentItem" provider - canceling http requests when leaving the screen - state hydration - configurations that change over time +- DO/DON'T + - import lints + - DO create a provider for states you want to read multiple times ## Linter: diff --git a/website/src/pages/styles.module.css b/website/src/pages/styles.module.css index dab02215d..666da0a69 100644 --- a/website/src/pages/styles.module.css +++ b/website/src/pages/styles.module.css @@ -24,6 +24,7 @@ .mainTitle > img { width: 56px; + height: 56px; margin-right: 10px; }