From fb57abd0b231db2f44520aafb8bb38326af4e544 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Fri, 8 May 2015 20:24:01 -0700 Subject: [PATCH] Reformat the error message. --- css/index.styl | 6 +++++- lib/components/ErrorPage.js | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/css/index.styl b/css/index.styl index 8bc1ace..162ae1b 100644 --- a/css/index.styl +++ b/css/index.styl @@ -30,7 +30,11 @@ h1.with-subtitle { } a { - color: gray; + color: gray +} + +strong { + font-weight: bold } p { diff --git a/lib/components/ErrorPage.js b/lib/components/ErrorPage.js index dfdadf3..57342e1 100644 --- a/lib/components/ErrorPage.js +++ b/lib/components/ErrorPage.js @@ -26,8 +26,10 @@ export default class ErrorPage extends React.Component { -

FilePizza - {this.state.status}

-

{this.state.message}

+

FilePizza

+

+ {this.state.status}: {this.state.message} +

{this.state.stack ?
{this.state.stack}