mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
fix #4601 bootstrap5 theme mobile button is not working
This commit is contained in:
parent
cf5459620c
commit
ccab9b28b0
@ -3,7 +3,7 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{SITEURL}">{SITENAME}</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
|
Loading…
x
Reference in New Issue
Block a user