From a21f5ffcfe866db895bfdb44b97868d95c7fcfce Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 3 Nov 2015 21:49:24 +0000 Subject: [PATCH] Style navbar --- package.json | 5 +++-- src/js/components/navbar.js | 2 +- src/less/style.less | 6 ++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eb18cc6..a16ac0d 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,9 @@ "start": "node_modules/.bin/electron .", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'", - "build": "npm run create-build-dirs && npm run build-html && npm run build-js && npm run build-less", - "build-html": "cp src/index.html build/index.html" + "build": "npm run create-build-dirs && npm run build-fonts && npm run build-html && npm run build-js && npm run build-less", + "build-html": "cp src/index.html build/index.html", + "build-fonts": "cp -R node_modules/ionicons/fonts build/ && cp -R node_modules/bootstrap/fonts build/" }, "repository": { "type": "git", diff --git a/src/js/components/navbar.js b/src/js/components/navbar.js index e255af2..8dcbb67 100644 --- a/src/js/components/navbar.js +++ b/src/js/components/navbar.js @@ -3,7 +3,7 @@ var React = require('react'); var NavBar = React.createClass({ render: function () { return ( -