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

Commit

Permalink
Merge pull request #1302 from 18F/not-found-error
Browse files Browse the repository at this point in the history
Add "Error" to Not Found message to clarify
  • Loading branch information
wjwoodson authored Jan 4, 2018
2 parents efbaf5d + 961a8d8 commit db1915c
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 db1915c

Please sign in to comment.