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({
|
const card = new Card({
|
||||||
title: "Wakatime week stats",
|
title: "Wakatime Week Stats",
|
||||||
width: 495,
|
width: 495,
|
||||||
height,
|
height,
|
||||||
colors: {
|
colors: {
|
||||||
|
@ -92,7 +92,7 @@ describe("Test Render Wakatime Card", () => {
|
|||||||
y=\\"0\\"
|
y=\\"0\\"
|
||||||
class=\\"header\\"
|
class=\\"header\\"
|
||||||
data-testid=\\"header\\"
|
data-testid=\\"header\\"
|
||||||
>Wakatime week stats</text>
|
>Wakatime Week Stats</text>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user