diff --git a/src/components/NavigationDropdown.tsx b/src/components/NavigationDropdown.tsx index 7eb9fed31884..c0a691175fd3 100644 --- a/src/components/NavigationDropdown.tsx +++ b/src/components/NavigationDropdown.tsx @@ -71,33 +71,34 @@ export function NavigationDropdown() { > - {isOpen && ( -
- {links.map((link) => ( - - - - - - - {link.label} - - {link.description} +
+ {links.map((link) => ( + + + + + + + {link.label} - - ))} -
- )} + {link.description} + + + ))} +
); } diff --git a/src/data/roadmaps/aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md b/src/data/roadmaps/aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md index 667be18aa934..7b90ff8608f1 100644 --- a/src/data/roadmaps/aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md +++ b/src/data/roadmaps/aspnet-core/content/104-orm/100-entity-framework-core/103-lazy-eager-explicit-loading.md @@ -2,7 +2,7 @@ ## Eager Loading -Eager Loading helps you to load all your needed entities at once; i.e., all your child entities will be loaded at single database call. This can be achieved, using the Include method, which returns the related entities as a part of the query and a large amount of data is loaded at once. +Eager Loading helps you to load all your needed entities at once; i.e., all your child entities will be loaded at single database call. This can be achieved, using the Include method, which returs the related entities as a part of the query and a large amount of data is loaded at once. ## Lazy Loading diff --git a/src/data/roadmaps/docker/docker.json b/src/data/roadmaps/docker/docker.json index d197783432e5..e82b808d55e9 100644 --- a/src/data/roadmaps/docker/docker.json +++ b/src/data/roadmaps/docker/docker.json @@ -4186,7 +4186,7 @@ "x": "23", "y": "52", "properties": { - "controlName": "ext_link:roadmap.sh/devops" + "controlName": "ext_link:roadmap.sh/best-practices" }, "children": { "controls": { @@ -4468,4 +4468,4 @@ }, "dependencies": [], "projectID": "file:///Users/kamrify/Desktop/New%20Roadmaps/New%20Project%201.bmpr" -} +} \ No newline at end of file