fix text
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"name": "grad",
|
"name": "grad",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"homepage": "https://terribledev.github.io/BethCongrats/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^16.8.6",
|
"react": "^16.8.6",
|
||||||
"react-dom": "^16.8.6",
|
"react-dom": "^16.8.6",
|
||||||
@@ -13,7 +14,7 @@
|
|||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"deploy": "yarn run build && gh-pages -d build"
|
"deploy": "gh-pages -d build"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ function App() {
|
|||||||
onPoseComplete={() => setShowBalloons(true)}
|
onPoseComplete={() => setShowBalloons(true)}
|
||||||
style={{ zIndex: 1000}}
|
style={{ zIndex: 1000}}
|
||||||
>
|
>
|
||||||
Congratulations Beth!
|
Happy Graduation Beth!
|
||||||
</Header>
|
</Header>
|
||||||
</div>
|
</div>
|
||||||
{balloons}
|
{balloons}
|
||||||
|
|||||||
Reference in New Issue
Block a user