Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Dec 9, 2023
1 parent 71c96d6 commit dc21412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cards/battery_status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function BatteryStatus(): ReactElement {
<span className="text-xl">kWh</span>
</p>
<p className="text-xs text-gray-400 dark:text-slate-400">
Since yesterday
As of yesterday
</p>
</div>
<div className="text-right">
Expand All @@ -112,7 +112,7 @@ export default function BatteryStatus(): ReactElement {
<span className="text-xl">kWh</span>
</p>
<p className="text-xs text-gray-400 dark:text-slate-400">
Since yesterday
As of yesterday
</p>
</div>
</div>
Expand Down

0 comments on commit dc21412

Please sign in to comment.