Adding some styling to messages to spice up errors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user