Skip to content

Commit

Permalink
[FE] TEST: CI 테스트 #64
Browse files Browse the repository at this point in the history
  • Loading branch information
42inshin committed Jan 28, 2025
1 parent d792ec1 commit a71c854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/NotFoundPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const NotFoundPage = () => {
return <div>404 Not Found</div>;
return <div>404 Not Found입니다.</div>;
};

0 comments on commit a71c854

Please sign in to comment.