mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-06 14:24:23 +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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user