mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
fix formatting in boot.js
This commit is contained in:
parent
0c2e113e8e
commit
2c8af72168
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@
|
||||||
fontFace.load().catch(
|
fontFace.load().catch(
|
||||||
(failure) => {
|
(failure) => {
|
||||||
console.log(failure);
|
console.log(failure);
|
||||||
}, );
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
for (const [k, v] of Object.entries(themeProps)) {
|
for (const [k, v] of Object.entries(themeProps)) {
|
||||||
if (k.startsWith('font')) continue;
|
if (k.startsWith('font')) continue;
|
||||||
|
|
Loading…
Reference in a new issue