diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index adeef0f6a..992d32568 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,6 +1,5 @@ import React from 'react'; import Link from 'next/link'; -import { Button } from '../components/ui/button'; const NotFound = () => { return ( @@ -12,9 +11,14 @@ const NotFound = () => {
Oops! The page you're looking for doesn't exist.
- + + {/* Simplified approach to avoid hydration issues */} + + Go Back Home + );