diff --git a/src/web/src/app/not-found.jsx b/src/web/src/app/not-found.jsx index c1d97bf..52a586f 100644 --- a/src/web/src/app/not-found.jsx +++ b/src/web/src/app/not-found.jsx @@ -1,9 +1,11 @@ import React from 'react' +import Link from "next/link"; const Not_found = () => { return ( -
404: The requested page is not found!
+