File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ import { NavLink } from 'react-router-dom';
66
77// Actions
88import { fetchBands } from '../../actions/bands' ;
9- // Components
10- //import BandsList from './BandList';
119
1210class BandsListPage extends React . Component {
1311
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ class HomePage extends React.Component {
66 < div >
77 < div className = "ui inverted vertical masthead aligned segment" >
88 < div className = "ui container" >
9- < h1 className = "ui inverted header" > React with Redux and Sequelize</ h1 >
10- < p > Check the code in Github</ p >
9+ < h1 className = "ui inverted header" > Welcome!</ h1 >
10+ < p > This is a simple project made with React + Redux, Sequelize and Passport.</ p >
11+ < p > Check the project code and documentation in the Github repository just clicking the button below:</ p >
1112 < a className = "ui github button primary" href = "https://github.com/rpichioli/react-with-sequelize-and-passport" target = "_blank" >
1213 < i className = "github icon" > </ i >
1314 Let me in!
You can’t perform that action at this time.
0 commit comments