From 7ff98b5014e90130c4ae78920096738ea7769923 Mon Sep 17 00:00:00 2001 From: Shreyas Prabhu <shreyasprabhu26@gmail.com> Date: Mon, 19 May 2025 14:43:34 +0530 Subject: [PATCH] Add test text --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 9fa69ad..29abfce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,7 @@ function App() { return ( <> <div> - <h1>Hello From Cloud Run</h1> + <h1>Hello From Cloud Run test-from-ui</h1> <a href="https://vite.dev" target="_blank"> <img src={viteLogo} className="logo" alt="Vite logo" /> </a> -- GitLab