diff --git a/src/App.tsx b/src/App.tsx index 9fa69adb1f1d97b5d43daf58c01a66ef08026621..29abfce59773b24813b15ede1c5c48d14fb6110c 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>