Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit d8fa97a

Browse files
committed
Fix comment
1 parent 13d4dfd commit d8fa97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/404.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const postType = 'page'
1212
* @author WebDevStudios
1313
* @param {object} props The component attributes as props.
1414
* @param {object} props.post Post data from WordPress.
15-
* @return {Element} The Search component.
15+
* @return {Element} The Custom404 component.
1616
*/
1717
export default function Custom404({post}) {
1818
const {seo, ...postData} = post

0 commit comments

Comments
 (0)