fix: use consistent case for card titles (#497)

The WakaTIme stats card used different casing for the title than other cards.
This commit is contained in:
Max Niederman
2020-09-26 00:32:02 -07:00
committed by GitHub
parent 182a63c606
commit 19fc5cb13e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ const renderWakatimeCard = (stats = {}, options = { hide: [] }) => {
});
const card = new Card({
title: "Wakatime week stats",
title: "Wakatime Week Stats",
width: 495,
height,
colors: {
+1 -1
View File
@@ -92,7 +92,7 @@ describe("Test Render Wakatime Card", () => {
y=\\"0\\"
class=\\"header\\"
data-testid=\\"header\\"
>Wakatime week stats</text>
>Wakatime Week Stats</text>
</g>
</g>