mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
wording
This commit is contained in:
parent
e703ba61c4
commit
ddffb9cbda
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
<>
|
<>
|
||||||
<div>
|
<div>
|
||||||
{main.day.value === day
|
{main.day.value === day
|
||||||
? `Complete the sleigh to complete the day`
|
? `Fix the sleigh to complete the day`
|
||||||
: `${name} Complete!`}
|
: `${name} Complete!`}
|
||||||
</div>
|
</div>
|
||||||
{render(dayProgress)}
|
{render(dayProgress)}
|
||||||
|
|
Loading…
Reference in a new issue