explicitly nav to /home #homehack

This commit is contained in:
robcolbert
2019-07-03 19:29:54 -04:00
parent 54fe77650d
commit fb49559d05
5 changed files with 6 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ export default class ErrorBoundary extends React.PureComponent {
<div className='error-boundary'>
<div>
<FormattedMessage id='alert.unexpected.message' defaultMessage='Error' />
<a href='/'>Return Home</a>
<a href='/home'>Return Home</a>
</div>
</div>
);