diff --git a/react-ui/src/App.css b/react-ui/src/App.css index 15adfdc..2a5731b 100644 --- a/react-ui/src/App.css +++ b/react-ui/src/App.css @@ -18,6 +18,10 @@ font-size: large; } +.App a { + color: #f60; +} + @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } diff --git a/react-ui/src/App.js b/react-ui/src/App.js index cc08a14..0bed6f2 100644 --- a/react-ui/src/App.js +++ b/react-ui/src/App.js @@ -40,6 +40,12 @@ class App extends Component { logo

Welcome to React

+

+ {'This is '} + + {'create-react-app with a custom Node/Express server'} +
+

{this.state.fetching ? 'Fetching message from API'