Skip to content

Commit

Permalink
Merge pull request #36 from wobkobi/fix-404
Browse files Browse the repository at this point in the history
fixed error page
  • Loading branch information
wobkobi authored Sep 24, 2024
2 parents 531f4c4 + 98cc392 commit 5dcc24f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
5 changes: 1 addition & 4 deletions app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import Link from "next/link";

export default function NotFound() {
return (
<div
className={cn(
"flex min-h-screen items-center justify-center bg-white dark:bg-jet"
)}>
<div className={cn("flex min-h-screen items-center justify-center")}>
<div className="p-4 text-center">
<h2
className={cn(
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/files/HarrisonRaynesResume.pdf
Binary file not shown.

1 comment on commit 5dcc24f

@vercel
Copy link

@vercel vercel bot commented on 5dcc24f Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.