The menubar component's items is implemented as a link(anchor tag) inside a div, inside a list item(li tag). The list item has the class p-menubar-item. The div has the class p-menubar-item-content. The anchor tag is supposed to have the class p-menubar-item-link, but it doesn't appear in the dom.
The menubar component's items is implemented as a link(anchor tag) inside a div, inside a list item(li tag). The list item has the class p-menubar-item. The div has the class p-menubar-item-content. The anchor tag is supposed to have the class p-menubar-item-link, but it doesn't appear in the dom.