medic / cht-docs

Documentation site for the Community Health Tookit
https://docs.communityhealthtoolkit.org
14 stars 16 forks source link

fix(#1374): migrate navbar toggle menu to bootstrap 5 #1428

Closed alexrashed closed 1 month ago

alexrashed commented 1 month ago

Description

Migrates data-toggle to data-bs-toggle and data-target to data-bs-target to fix the hamburger menu on smaller screens. Fixes #1374.

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

esthermmoturi commented 1 month ago

Hey @alexrashed , thanks for looking into this.