From 503724c8be89a9540f632af65727c39d7bec4a35 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:39:20 -0700 Subject: [PATCH] Fix link to cheat sheet zip --- packages/typescriptlang-org/src/templates/pages/docs/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }