Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Add "Error" to Not Found message to clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Britta authored Jan 4, 2018
1 parent efbaf5d commit 961a8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_src/components/not_found.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";

const NotFound = () => <h1>Not Found</h1>;
const NotFound = () => <h1>Error: Not Found</h1>;

export default NotFound;

0 comments on commit 961a8d8

Please sign in to comment.