🐛 (aliner): Corrige DefaultRegions en el pie
This commit is contained in:
parent
7a3419415e
commit
f6f78fddbe
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ impl Theme for Aliner {
|
||||||
.with_weight(-99),
|
.with_weight(-99),
|
||||||
))
|
))
|
||||||
.alter_child_in(
|
.alter_child_in(
|
||||||
&DefaultRegion::Footer,
|
&DefaultRegions::Footer,
|
||||||
ChildOp::AddIfEmpty(PoweredBy::new().into()),
|
ChildOp::AddIfEmpty(PoweredBy::new().into()),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue