Skip to content

Commit efbe97e

Browse files
committed
Fix uh oh message
1 parent 13e2224 commit efbe97e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/uh-oh.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export default class UhOh extends Component {
66
<article className='inner page'>
77
<h1>Page not found</h1>
88
<div>Sorry, the page you are looking for is not available.</div>
9+
<br />
10+
<div>Still having problems? Try logging out and back in or contacting a system administrator.</div>
911
</article>
1012
)
1113
}

0 commit comments

Comments
 (0)