This commit is contained in:
unsoftcapped3 2022-12-23 07:00:31 +00:00
parent e703ba61c4
commit ddffb9cbda

View file

@ -128,7 +128,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
<>
<div>
{main.day.value === day
? `Complete the sleigh to complete the day`
? `Fix the sleigh to complete the day`
: `${name} Complete!`}
</div>
{render(dayProgress)}