diff --git a/torchci/components/NavBar.tsx b/torchci/components/NavBar.tsx
index 210672af49..cb881cfcb7 100644
--- a/torchci/components/NavBar.tsx
+++ b/torchci/components/NavBar.tsx
@@ -81,6 +81,11 @@ function NavBar() {
MiniHUD
+
+
+ ExecuTorch
+
+
TorchVision
diff --git a/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx b/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx
index 1c3c033966..30bc12df36 100644
--- a/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx
+++ b/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx
@@ -56,6 +56,8 @@ export default function Page() {
? "TorchVision"
: repoOwner === "pytorch" && repoName === "audio"
? "TorchAudio"
+ : repoOwner === "pytorch" && repoName === "executorch"
+ ? "ExecuTorch"
: `${repoOwner}/${repoName}`;
return (