mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00: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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue