diff --git a/packages/typescriptlang-org/src/templates/pages/docs/index.tsx b/packages/typescriptlang-org/src/templates/pages/docs/index.tsx index 6aef809e72e7..41ed2f824f42 100644 --- a/packages/typescriptlang-org/src/templates/pages/docs/index.tsx +++ b/packages/typescriptlang-org/src/templates/pages/docs/index.tsx @@ -73,7 +73,7 @@ const Index: React.FC = (props) => { } else { return
  • - { path.endsWith("png") ? + { path.endsWith(".png") || path.endsWith(".zip") ? {item.title} : {item.title} }