Skip to content

Commit f55850f

Browse files
author
Rodrigo Quiñones Pichioli
committed
Homepage few content changes
1 parent bd4f41a commit f55850f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

client/src/components/Band/BandList.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { NavLink } from 'react-router-dom';
66

77
// Actions
88
import { fetchBands } from '../../actions/bands';
9-
// Components
10-
//import BandsList from './BandList';
119

1210
class BandsListPage extends React.Component {
1311

client/src/components/Home/Home.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)