From 8d95dfd77272ad2019d2b2335cd330bd6e38bd87 Mon Sep 17 00:00:00 2001 From: ismail-kharrobi Date: Sat, 19 Aug 2023 18:12:12 +0100 Subject: [PATCH] Update index.tsx #2 --- frontend/code/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/code/src/index.tsx b/frontend/code/src/index.tsx index ff2b4a9..d04fe64 100644 --- a/frontend/code/src/index.tsx +++ b/frontend/code/src/index.tsx @@ -9,7 +9,7 @@ const root = ReactDOM.createRoot( root.render(
-

staging and production

+

test pipelines

);