diff --git a/static_src/components/not_found.jsx b/static_src/components/not_found.jsx index c05d45d9..d5d50900 100644 --- a/static_src/components/not_found.jsx +++ b/static_src/components/not_found.jsx @@ -1,5 +1,5 @@ import React from "react"; -const NotFound = () =>

Not Found

; +const NotFound = () =>

Error: Not Found

; export default NotFound;