File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,6 @@ ${REPO_CARD_TABLE_FLAG}
39
39
${ STAT_CARD_LINKS_FLAG }
40
40
41
41
${ REPO_CARD_LINKS_FLAG }
42
-
43
-
44
- [add-theme]: https://github.com/anuraghazra/github-readme-stats/edit/master/themes/index.js
45
-
46
- Want to add a new theme? Consider reading the [contribution guidelines](../CONTRIBUTING.md#themes-contribution) :D
47
42
` ;
48
43
49
44
const createRepoMdLink = ( theme ) => {
@@ -81,15 +76,7 @@ const generateTable = ({ isRepoCard }) => {
81
76
let tableItem2 = createTableItem ( { link : two , label : two , isRepoCard } ) ;
82
77
let tableItem3 = createTableItem ( { link : three , label : three , isRepoCard } ) ;
83
78
84
- if ( three === undefined ) {
85
- tableItem3 = `[Add your theme][add-theme]` ;
86
- }
87
79
rows . push ( `| ${ tableItem1 } | ${ tableItem2 } | ${ tableItem3 } |` ) ;
88
-
89
- // if it's the last row & the row has no empty space push a new row
90
- if ( three && i + 3 === themesFiltered . length ) {
91
- rows . push ( `| [Add your theme][add-theme] | | |` ) ;
92
- }
93
80
}
94
81
95
82
return rows . join ( "\n" ) ;
You can’t perform that action at this time.
0 commit comments