(bootsier): Añade componente Navbar

This commit is contained in:
Manuel Cillero 2025-11-02 12:40:26 +01:00
parent 80b18cc380
commit 5a00968223
14 changed files with 615 additions and 387 deletions

View file

@ -127,7 +127,7 @@ impl Theme for Bootsier {
.with_weight(-90),
))
.alter_assets(ContextOp::AddJavaScript(
JavaScript::defer("/bootsier/js/bootstrap.min.js")
JavaScript::defer("/bootsier/js/bootstrap.bundle.min.js")
.with_version(BOOTSTRAP_VERSION)
.with_weight(-90),
));