diff --git a/docs/src/components/CustomFooter.astro b/docs/src/components/CustomFooter.astro index baf2ce69a1..72133076a1 100644 --- a/docs/src/components/CustomFooter.astro +++ b/docs/src/components/CustomFooter.astro @@ -11,6 +11,16 @@ const heartIcon = octicons.heart.toSVG({ width: 14, height: 14 });
Community Feedback
+ +

Made with by GitHub Next & Microsoft Research @@ -47,6 +57,17 @@ const heartIcon = octicons.heart.toSVG({ width: 14, height: 14 }); font-size: 0.875rem; } + .agent-links { + margin-bottom: 1rem; + text-align: center; + display: flex; + align-items: center; + justify-content: center; + gap: 0.5rem; + flex-wrap: wrap; + font-size: 0.875rem; + } + .github-next-footer p { margin: 0; font-size: 0.875rem;