Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ablackledge committed Apr 20, 2017
1 parent b7fd438 commit 179de79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.


### `npm run build` or just `gulp` to also run the sass build alongside the react build
### `gulp` to run the sass build alongside the react build

Builds the app for production to the `build` folder.

Expand Down
7 changes: 3 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ReactDOM from 'react-dom';
import {
BrowserRouter as Router,
Route,
Link,
Switch
} from 'react-router-dom'

Expand All @@ -16,10 +15,10 @@ import './styles/styles.css';
const Root = () => {
return(

<div id="page" class="page">
<div id="page" className="page">
<main className="main" id="main">
<header class="header" id="header" role="banner" itemscope itemtype="http://schema.org/WPHeader">
<h1 className="visually-hidden" itemscope itemtype="http://schema.org/WPHeader">Github Repos Search</h1>
<header className="header" id="header" role="banner" itemScope itemType="http://schema.org/WPHeader">
<h1 className="visually-hidden" itemScope itemType="http://schema.org/WPHeader">BB React Prototype</h1>
</header>
<div className="layout">
<div className="region region--a">
Expand Down

0 comments on commit 179de79

Please sign in to comment.