diff --git a/website/scripts/a11y-audit.mjs b/website/scripts/a11y-audit.mjs
index ac130494..4b9d2623 100644
--- a/website/scripts/a11y-audit.mjs
+++ b/website/scripts/a11y-audit.mjs
@@ -28,21 +28,16 @@ const routes = [
'/agents/',
'/instructions/',
'/skills/',
- '/hooks/',
- '/workflows/',
'/extensions/',
'/plugins/',
- '/tools/',
'/contributors/',
+ '/learning-hub/',
'/learning-hub/cookbook/',
- '/learning-hub/github-copilot-app/',
// Representative dedicated detail pages (one per resource type) so the audit
// covers the shared detail layout, sidebar, install buttons, and file browser.
'/agent/accessibility/',
'/instruction/a11y/',
'/skill/acquire-codebase-knowledge/',
- '/hook/dependency-license-checker/',
- '/workflow/daily-issues-report/',
'/plugin/accessibility-kanban/',
'/extension/accessibility-kanban/',
];
diff --git a/website/src/components/brand/ExtensionDetail.tsx b/website/src/components/brand/ExtensionDetail.tsx
index bf046138..cbc2c177 100644
--- a/website/src/components/brand/ExtensionDetail.tsx
+++ b/website/src/components/brand/ExtensionDetail.tsx
@@ -74,7 +74,9 @@ function InstallCommand({ command }: { command: string }) {
return (
-
{command}
+
+ {command}
+