diff --git a/docs-next/src/components/SocialIcons.astro b/docs-next/src/components/SocialIcons.astro
index 262c528..5aad24f 100644
--- a/docs-next/src/components/SocialIcons.astro
+++ b/docs-next/src/components/SocialIcons.astro
@@ -1,20 +1,32 @@
---
-// Override of Starlight's SocialIcons component. Renders a "Docs"
-// quick-access pill on the left, then defers to Starlight's default
-// rendering (the GitHub icon, etc.) for the rest. Wraps rather than
-// re-implements so future Starlight versions that change the social-
-// icon pipeline still work — we only own the `.bd-docs-link` extra.
+// Override of Starlight's SocialIcons component. Renders two
+// quick-access pills on the left — a "← packetThrower" back-link
+// to the parent landing page, then a "Docs" pill to /install/ —
+// then defers to Starlight's default rendering (the GitHub icon,
+// etc.) for the rest. Wraps rather than re-implements so future
+// Starlight versions that change the social-icon pipeline still
+// work — we only own the `.bd-nav-pill` extras.
+//
+// The back-link is an absolute URL on purpose: Astro's configured
+// `base` is `/Baudrun/`, so a relative `/` would resolve to
+// `/Baudrun/` (this site's own root). The absolute form skips the
+// base prefix and reaches the actual parent at
+// https://packetthrower.github.io/.
import Default from '@astrojs/starlight/components/SocialIcons.astro';
---
-
+
+ ← packetThrower
+
+
+
Docs