mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-18 02:59:25 +00:00
Refactor: Fixed stats card createTextNode function docstring (#2933)
This commit is contained in:
committed by
GitHub
parent
9ca24c67cc
commit
d5fdfe1251
@@ -33,7 +33,7 @@ const RANK_ONLY_CARD_DEFAULT_WIDTH = 290;
|
||||
* @param {number} createTextNodeParams.shiftValuePos Number of pixels the value has to be shifted to the right.
|
||||
* @param {boolean} createTextNodeParams.bold Whether to bold the label.
|
||||
* @param {string} createTextNodeParams.number_format The format of numbers on card.
|
||||
* @returns
|
||||
* @returns {string} The stats card text item SVG object.
|
||||
*/
|
||||
const createTextNode = ({
|
||||
icon,
|
||||
|
||||
Reference in New Issue
Block a user