From c5f326268171a158baff372c8f083b7e787aebe2 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 18 Oct 2019 12:10:44 +0100 Subject: [PATCH] react app renamed and alert text changed --- public/index.html | 2 +- src/components/add-event-form/EventForm.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 0560f40..52cd36b 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + UpSkillMe diff --git a/src/components/add-event-form/EventForm.js b/src/components/add-event-form/EventForm.js index 644a139..f78b522 100644 --- a/src/components/add-event-form/EventForm.js +++ b/src/components/add-event-form/EventForm.js @@ -183,7 +183,7 @@ export default function EventForm({ setDataRefresh(true); }); - alert("This form was submitted"); + alert("Well done, you've added your skill block!"); e.preventDefault(); };