Skip to content

Commit c131764

Browse files
committed
fix: progress bar in incorrect position
1 parent e0a79ab commit c131764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,9 @@ export class AtomicCalendarRevive extends LitElement {
463463
${timeUntilRemaining}
464464
</div>
465465
${getDescription(this._config, event)}
466+
${progressBar}
466467
</div>
467-
${progressBar}
468+
468469
</div>`;
469470
});
470471
return html`${this._config.showWeekNumber ? weekNumberResults.currentWeekHTML : ''}${htmlEvents}`;

0 commit comments

Comments
 (0)