diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index b30cc01..e322217 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,5 +1,6 @@ 'use client'; import Image from 'next/image'; +import Link from 'next/link'; import styled from 'styled-components'; export default function NotFoundPage() { @@ -9,7 +10,9 @@ export default function NotFoundPage() { 404 길을 잃어버렸어요! crying character - + + + ); @@ -66,6 +69,7 @@ const Button = styled.button` border-radius: 14px; border: none; box-shadow: none; + cursor: pointer; `; const Footer = styled.footer`