diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md
index 224f45c3fa..6ff198ab94 100644
--- a/site/content/docs/5.3/migration.md
+++ b/site/content/docs/5.3/migration.md
@@ -67,7 +67,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu
- Breaking The dark variant of the breadcrumb (`.btn-close-white`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`.
- **Dropdown**
- - New Rendering has been updated based on the new design specifications.
+ - New Rendering has been updated based on the new design specifications for the hover and actives states of dropdown menu items.
- Breaking Dropdown markup has changed by replacing `.btn-secondary` by `.btn-dropdown` class. Please reflect this modification into your websites.
- Breaking The dark variant of the dropdown (`.dropdown-menu-dark`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`.
- Breaking The variants using secondary buttons have changed their markup by replacing `.btn-secondary` by `.btn-outline-secondary`. Please reflect this modification into your websites.
@@ -88,6 +88,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu
- Warning List group font weight is now bold by default. Please check that it doesn't break your design.
- **Local navigation**
+ - New Rendering has been updated based on the new design specifications for the hover state of navigation items.
- Breaking The dark variant of the local navigation (`.local-nav-dark`) has been replaced by using the contextual dark mode with `data-bs-theme="dark"`.
- **Modal**