Skip to content

Commit

Permalink
FIX: fixed the bug where "Animations Guides" section was being used i…
Browse files Browse the repository at this point in the history
…n all of the guides.
  • Loading branch information
XQuestCode committed Dec 12, 2023
1 parent dcdf92e commit 6b29de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/components.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fs.readFile(`${__dirname}/api.json`, "utf8", (err, data) => {
\n `;
if (guidesAvailable[categoryKey]) {
mdxContent += "\n## \n";
mdxContent += "## Animations Guides\n";
mdxContent += `## ${name} Guides\n`;
mdxContent += `<LinkCard
title="Using ${name}"
description="Examples & Guides"
Expand Down

0 comments on commit 6b29de3

Please sign in to comment.