Skip to content

Commit

Permalink
Applied prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koss-service committed Dec 3, 2023
1 parent 9351539 commit 2a6151a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/404.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import React from 'react';
import React from "react";

const NotFoundPage: React.FC = () => {
return (
<div className="flex flex-col items-center pt-28">
<h1 className=" font-display text-5xl md:text-7xl font-bold text-center">
404
</h1>
<h2 className=" font-display text-2xl md:text-4xl font-bold text-center">
Page Not Found
</h2>
<h1 className=" font-display text-5xl md:text-7xl font-bold text-center">
404
</h1>
<h2 className=" font-display text-2xl md:text-4xl font-bold text-center">
Page Not Found
</h2>
</div>
);
};
Expand Down

0 comments on commit 2a6151a

Please sign in to comment.