Fix typos

This commit is contained in:
ducdat0507 2022-12-24 14:02:10 +07:00
parent 83c5d93ed7
commit cf655341d1

View file

@ -419,8 +419,8 @@ const layer = createLayer(id, function (this: BaseLayer) {
width: "160px" width: "160px"
}, },
display: { display: {
title: "Autoamted feeder", title: "Automated feeder",
description: "An automated feeder let's focused reindeer eat automatically" description: "An automated feeder lets focused reindeer eat automatically"
} }
})); }));
const upgrade9 = createUpgrade(() => ({ const upgrade9 = createUpgrade(() => ({
@ -514,7 +514,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
direction: Direction.Right, direction: Direction.Right,
width: 600, width: 600,
height: 25, height: 25,
fillStyle: `backgroundColor: ${color}`, fillStyle: `animation: 15s reindeer-bar linear infinite`,
progress: () => (main.day.value === day ? Decimal.div(sumTimesFed.value, feedGoal) : 1), progress: () => (main.day.value === day ? Decimal.div(sumTimesFed.value, feedGoal) : 1),
display: jsx(() => display: jsx(() =>
main.day.value === day ? ( main.day.value === day ? (