Here’s a comment you can use for your code issue:
// The navbar links are not displaying inline. Check the CSS styles for the navbar container and links.
// Ensure
display: flex;
or display: inline-flex;
is applied to the parent element, and check for any conflicting styles like display: block;
on the links.https://spotich.com/
Let me know if you need further debugging! ??