mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
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:
parent
182a63c606
commit
19fc5cb13e
@ -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: {
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user