From 13f63eb88d19c2aae3a81758d3107a3a57545822 Mon Sep 17 00:00:00 2001 From: Danielle Date: Thu, 24 Sep 2026 10:57:52 -0300 Subject: [PATCH] Change welcome message in App component --- client/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.js b/client/src/App.js index 54bed6e..3a2fb01 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -41,7 +41,7 @@ class App extends Component {
logo -

Welcome to React

+

Hello! Welcome to React

To get started, edit src/App.js and save to reload.