Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek committed Oct 25, 2024
1 parent 41d3302 commit 19c4587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/not-found.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const NotFound = () => {
animate={{ y: 0, opacity: 1 }}
transition={{ type: 'spring', stiffness: 120, delay: 0.6 }}
>
The page you're looking for doesn't exist.
The page you are looking for doesnt exist.
</motion.h2>

<motion.p
Expand All @@ -48,7 +48,7 @@ const NotFound = () => {
animate={{ opacity: 1 }}
transition={{ delay: 0.8 }}
>
Looks like you've wandered into unknown territory. Let's get you back to safety!
Looks like you have wandered into unknown territory. Let get you back to safety!
</motion.p>

<motion.div
Expand Down

0 comments on commit 19c4587

Please sign in to comment.