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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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: {

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>