diff --git a/docs/src/components/ChallengeFooter.astro b/docs/src/components/ChallengeFooter.astro index d0a71aeb5..f11b63645 100644 --- a/docs/src/components/ChallengeFooter.astro +++ b/docs/src/components/ChallengeFooter.astro @@ -14,7 +14,7 @@ const npxCommand = `npx nx serve ${command}`;
-{npxCommand && +{command &&