ml-auto is not pushing navbar links to the right
Starting from Bootstrap 5 2021, There are some changes in the side names of spacing utilities.
Margin Left is now called Margin Start, therefore use
ms
instead ofml
Example: For setting margin-left to auto : use
ms-auto
Similarly for setting margin left to 3 : use
ms-3
instead ofml-3
You can learn more about the new side names for margins and paddings in the official bootstrap documentation BootStrap Spacing Utilities
For Bootstrap-5 we have to use ms-auto instead of ml-auto