Hello,
How do we add/rearrange items to the navigation bar with a custom theme? I see the <ul class="navbar-nav mr-auto shadow-none"> in the navbar.component.html file.
Should I just add something like: ?
<li><a href="about>About</a></li>
<li><a href="submit>Submit</a></li>
Thank you
Nick