From 367c4d5aa807839b2106545cf8bc99a274e1a7f4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 07:36:00 +0200 Subject: new name: the last one. --- src/web/js/app.js | 2 +- src/web/js/components/MainApp.react.js | 2 +- src/web/js/components/Navbar.react.js | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/web/js') diff --git a/src/web/js/app.js b/src/web/js/app.js index 00156670..7837e6ae 100644 --- a/src/web/js/app.js +++ b/src/web/js/app.js @@ -14,5 +14,5 @@ var MainApp = require('./components/MainApp.react'); ReactDOM.render( , - document.getElementById('jarrapp') + document.getElementById('newspipeapp') ); diff --git a/src/web/js/components/MainApp.react.js b/src/web/js/components/MainApp.react.js index 6e695b49..8105d32f 100644 --- a/src/web/js/components/MainApp.react.js +++ b/src/web/js/components/MainApp.react.js @@ -10,7 +10,7 @@ var RightPanel = require('./RightPanel.react'); var MainApp = React.createClass({ render: function() { return (
- + diff --git a/src/web/js/components/Navbar.react.js b/src/web/js/components/Navbar.react.js index 67e9ed56..ca2ff27b 100644 --- a/src/web/js/components/Navbar.react.js +++ b/src/web/js/components/Navbar.react.js @@ -70,22 +70,22 @@ JarrNavBar = React.createClass({ this.setState({showModal: true, modalType: 'addCategory'}); }, render: function() { - return ( + return ( {this.getModal()} - JARR + Newspipe