diff options
Diffstat (limited to 'frontend/src/pages/NotFound.js')
| -rw-r--r-- | frontend/src/pages/NotFound.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/NotFound.js b/frontend/src/pages/NotFound.js index f72c7d01..959cceec 100644 --- a/frontend/src/pages/NotFound.js +++ b/frontend/src/pages/NotFound.js @@ -6,7 +6,7 @@ import './NotFound.css' const NotFound = () => ( <DocumentTitle title="Page Not Found - OpenDC"> <div className="not-found-backdrop"> - <TerminalWindow /> + <TerminalWindow/> </div> </DocumentTitle> ) |
