Skip to content

Commit

Permalink
Merge pull request #2 from ismail-kharrobi/DEV-TEST
Browse files Browse the repository at this point in the history
Update index.tsx #2
  • Loading branch information
automerge-pingpong[bot] committed Aug 19, 2023
2 parents a270022 + 8d95dfd commit cba4fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/code/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const root = ReactDOM.createRoot(
root.render(
<React.StrictMode>
<div>
<h1>staging and production</h1>
<h1>test pipelines</h1>
</div>
</React.StrictMode>
);
Expand Down

0 comments on commit cba4fb7

Please sign in to comment.