mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2026-01-06 09:29:30 -06:00
fix: setup proper category
This commit is contained in:
@@ -175,7 +175,10 @@ function renderLastUpdated(date) {
|
||||
|
||||
function renderCategory(category) {
|
||||
if (!category) return '';
|
||||
return renderSection('Category', category);
|
||||
const badge = `}-blue)`;
|
||||
return `\n${badge}\n`;
|
||||
}
|
||||
|
||||
function renderCommandExamples(examples) {
|
||||
|
||||
Reference in New Issue
Block a user