From c9b636fa5f515963ec6f2a850d83d300519726a6 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 7 Jun 2019 23:50:05 -0400 Subject: [PATCH] fix text --- package.json | 3 ++- src/App.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4f2c5a..6eaff71 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "grad", "version": "0.1.0", "private": true, + "homepage": "https://terribledev.github.io/BethCongrats/", "dependencies": { "react": "^16.8.6", "react-dom": "^16.8.6", @@ -13,7 +14,7 @@ "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", - "deploy": "yarn run build && gh-pages -d build" + "deploy": "gh-pages -d build" }, "eslintConfig": { "extends": "react-app" diff --git a/src/App.js b/src/App.js index f68540d..e7b761d 100644 --- a/src/App.js +++ b/src/App.js @@ -60,7 +60,7 @@ function App() { onPoseComplete={() => setShowBalloons(true)} style={{ zIndex: 1000}} > - Congratulations Beth! + Happy Graduation Beth! {balloons}