Skip to content

Commit

Permalink
staff not found page
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanvilla committed Jul 2, 2024
1 parent a4053e7 commit 436346f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/staff-member/[slug]/not-found.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import Link from 'next/link'

export default function NotFound() {
return (
<div className="flex justify-center w-full">
<h2>Staff not found!</h2>
</div>
)
}

0 comments on commit 436346f

Please sign in to comment.