Last 12 weeks · 2 commits
1 of 6 standards met
The footer links fail axe-core's color-contrast check (WCAG AA) in both color modes: text-gray-400 on the light background and dark:text-gray-500 on the dark background. What changed: One line in app/layout.tsx swaps text-gray-400 dark:text-gray-500 for text-gray-600 dark:text-gray-400, staying in the same gray palette and leaving hover:text-blue-500 untouched, which fixes all 16 failing instances (4 links × 4 pages) from the single shared footer. [a11y-agent](https://github.com/jakeobr1en/a11y-agent) is a tool I built that scans a production build with axe-core, maps violations back to JSX source, generates a fix, then verifies it by rebuilding and rescanning to confirm the violation is gone with no regressions. [!NOTE] Low Risk Cosmetic Tailwind class change on footer links only; no logic, routing, or data handling. Overview Footer link colors in the shared in are darkened so default link text passes axe-core color-contrast (WCAG AA) on both themes. Light mode uses instead of ; dark mode uses instead of . ** and layout are unchanged, so all footer links across pages pick up the fix from this single component. Reviewed by Cursor Bugbot for commit dfc62293fd15e6b37c3f1d9664d40c5eeee01df6. Bugbot is set up for automated code reviews on this repo. Configure here.
What this does Adds a Deploy to PandaStack button to the README, alongside the existing deploy options. PandaStack is a deployment platform (like Railway/Render). It auto-detects the framework and runs the app — one click, no config. This PR only adds a README badge; no code or workflow changes. If you'd prefer not to include it, feel free to close — no worries either way. Thanks for the great project! 🙌 [!NOTE] Low Risk Documentation-only README change with no runtime or security impact. Overview Adds a second deploy badge at the top of , linking to PandaStack’s one-click deploy flow for with . The existing Deploy with Vercel badge is unchanged; no application code, config, or CI is modified. Reviewed by Cursor Bugbot for commit d31ac94d900f31b78d991506af4bfff84c121932. Bugbot is set up for automated code reviews on this repo. Configure here.
Repository: leerob/next-mdx-blog. Description: Next.js + MDX blog template with Tailwind CSS and TypeScript. Stars: 7570, Forks: 1446. Primary language: TypeScript. Languages: TypeScript (45.7%), MDX (42%), CSS (11.5%), JavaScript (0.8%). Homepage: https://next-blog-mdx.vercel.app Topics: blog, mdx, nextjs, postgres, react, tailwindcss, vercel. Open PRs: 0, open issues: 0. Last activity: 4d ago. Community health: 28%. Top contributors: leerob, greenkeeper[bot], dependabot[bot], imgbot[bot], alany411, schickling, alexfertel, rockchalkwushock, JMPerez, manovotny and others.