Skip to content

Commit

Permalink
Merge pull request #155 from mokletdev/staging
Browse files Browse the repository at this point in the history
pull Staging
  • Loading branch information
teguhbayu authored Sep 25, 2024
2 parents 409eabe + 699ff0b commit eadb244
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@ export default function Error({
reset: () => void;
}) {
return (
<html>
<body>
<Navbar />
<main className="mt-[58px] xl:mt-[88px] overflow-hidden h-[70vh] flex flex-col justify-center items-center">
<Image
src="/globalerror.svg"
alt="Error"
loading="lazy"
width={400}
height={400}
/>
<P>Terjadi Kesalahan</P>
<P>Silahkan Hubungi Administrator</P>
</main>
</body>
</html>
<>
<Navbar />
<main className="mt-[58px] xl:mt-[88px] overflow-hidden h-[70vh] flex flex-col justify-center items-center">
<Image
src="/globalerror.svg"
alt="Error"
loading="lazy"
width={400}
height={400}
/>
<P>Terjadi Kesalahan</P>
<P>Silahkan Hubungi Administrator</P>
</main>
</>
);
}

0 comments on commit eadb244

Please sign in to comment.