Skip to content

Commit

Permalink
fix: progress bar in incorrect position
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Sep 26, 2023
1 parent e0a79ab commit c131764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,9 @@ export class AtomicCalendarRevive extends LitElement {
${timeUntilRemaining}
</div>
${getDescription(this._config, event)}
${progressBar}
</div>
${progressBar}
</div>`;
});
return html`${this._config.showWeekNumber ? weekNumberResults.currentWeekHTML : ''}${htmlEvents}`;
Expand Down

0 comments on commit c131764

Please sign in to comment.