diff --git a/docs/src/components/ChallengeFooter.astro b/docs/src/components/ChallengeFooter.astro index 6bba4e3..fd54698 100644 --- a/docs/src/components/ChallengeFooter.astro +++ b/docs/src/components/ChallengeFooter.astro @@ -2,13 +2,14 @@ import type { Props } from '@astrojs/starlight/props'; import VideoButton from './VideoButton.astro' import ClipboardCopy from './ClipboardCopy.astro' +import { Icon } from '@astrojs/starlight/components'; const { labels } = Astro.props; const {author, challengeNumber, title, blogLink, videoLink, command} = Astro.props.entry.data; const authorLink = `https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A${challengeNumber}+label%3A"answer+author"`; const authorDescription = `${title} solution author`; -const communityLink = `https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A${challengeNumber}+label%3Aanswer`; +const communityLink = `https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A${challengeNumber}+label%3Aanswer+sort%3Areactions-%2B1-desc`; const communityDescription = `${title} community solutions`; const npxCommand = `npx nx serve ${command}`; --- @@ -31,7 +32,7 @@ const npxCommand = `npx nx serve ${command}`; - ❖ {labels['challenge.footer.communityAnswers'] ?? 'Community Answers'} + ❖ {labels['challenge.footer.communityAnswers'] ?? 'Community Answers'}* } + +