Skip to content

Commit

Permalink
bump versiom v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Aug 16, 2024
1 parent efe0e81 commit c421db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lunar-phase-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class LunarPhaseCard extends LitElement {
</div>
<div class="compact-view">
<div class="moon-phase-name"><h1>${this._moonPhaseName}</h1></div>
<div class="moon-fraction">${moonFraction.value} ${moonFraction.unit} Illuminated</div>
<div class="moon-fraction">${moonFraction.value} ${moonFraction.unit} ${this.localize('card.illuminated')}</div>
<div class="compact-view-items">
${renderCompactItem('mdi:progress-clock', moonAge.value, moonAge.unit, moonAge.label)}
${renderCompactItem('mdi:weather-moonset-up', moonRise.value, '', moonRise.label)}
Expand Down

0 comments on commit c421db1

Please sign in to comment.