mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 19:01:34 +00:00
868f1c25be
Add "Built and maintained by Shankar" to the sidebar bottom, with "Shankar" linking to LinkedIn (same href + rel="me noopener" the certctl.io landing-page footer uses). Typography matches the landing page: • font-mono (same family as the existing "certctl" label row) • text-2xs muted (text-sidebar-text/70) for the prefix • slightly brighter for the linked name (text-sidebar-text/90) • underline-offset-2 + hover:underline for the link affordance Lives directly above the existing certctl / logout footer row, so the sidebar bottom now reads: Built and maintained by Shankar certctl [Logout] Single-maintainer OSS standard (Cal.com, Plausible, Beekeeper Studio all credit + link their maintainer the same way). Persistent slot for operators using certctl to find the maintainer in one click — complements the landing-page footer link instead of duplicating it. Verification: • npx tsc --noEmit — exits 0 • Layout.test.tsx — 7/7 green (no test regression from the new row)