Adding some styling to messages to spice up errors

This commit is contained in:
Jeff Avallone
2018-02-11 15:27:01 -05:00
parent 63e56c5df7
commit 4923bbd985
8 changed files with 71 additions and 30 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import AlertIcon from 'feather-icons/dist/icons/alert-octagon.svg';
export default renderToString(
<PageTemplate>
<Message icon={ AlertIcon } heading="404 Page Not Found">
<Message className="error" icon={ AlertIcon } heading="404 Page Not Found">
<p>The page you have requested could not be found</p>
</Message>
</PageTemplate>