We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a79ab commit c131764Copy full SHA for c131764
src/index.ts
@@ -463,8 +463,9 @@ export class AtomicCalendarRevive extends LitElement {
463
${timeUntilRemaining}
464
</div>
465
${getDescription(this._config, event)}
466
+ ${progressBar}
467
- ${progressBar}
468
+
469
</div>`;
470
});
471
return html`${this._config.showWeekNumber ? weekNumberResults.currentWeekHTML : ''}${htmlEvents}`;
0 commit comments