mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #18577 from overleaf/td-bs5-nav-dropdown-item-missing-href
Add missing href on Bootstrap 5 nav dropdown items GitOrigin-RevId: 211a6dbd559ad74a9e49edbace61a51c2cc2f2da
This commit is contained in:
parent
920bbe4bac
commit
134232a1a6
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ nav.navbar.navbar-default.navbar-main.navbar-expand-lg
|
|||
else
|
||||
if child.url
|
||||
+dropdown-menu-link-item()(
|
||||
href=child.url,
|
||||
class=child.class,
|
||||
event-tracking=child.event
|
||||
event-tracking-mb="true"
|
||||
|
|
Loading…
Reference in a new issue