🚚 Rename context operation for adding base assets
This commit is contained in:
parent
e8e7f62d6c
commit
3e9dbac21d
4 changed files with 8 additions and 8 deletions
|
|
@ -110,7 +110,7 @@ impl ThemeTrait for Bootsier {
|
|||
.with_version("5.1.3")
|
||||
.with_weight(-99),
|
||||
))
|
||||
.alter_context(ContextOp::AddAssetsForBase);
|
||||
.alter_context(ContextOp::AddBaseAssets);
|
||||
}
|
||||
|
||||
fn render_component(&self, component: &dyn ComponentTrait, cx: &mut Context) -> Option<Markup> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue