From 1c6f69155bf477acf3969f96fbc79f0599c4855f Mon Sep 17 00:00:00 2001 From: rkdcodus Date: Mon, 7 Oct 2024 21:21:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A8fix:=20=EB=A6=AC=EC=9B=8C?= =?UTF-8?q?=EB=93=9C=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20url=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grass-diary/src/pages/RewardPage/RewardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grass-diary/src/pages/RewardPage/RewardPage.tsx b/grass-diary/src/pages/RewardPage/RewardPage.tsx index e82d763..fc24eef 100644 --- a/grass-diary/src/pages/RewardPage/RewardPage.tsx +++ b/grass-diary/src/pages/RewardPage/RewardPage.tsx @@ -44,7 +44,7 @@ const RewardPage = () => { - image + image {grassQuery?.totalCount} 내가 심은 잔디 From 81146595d6f5da766ffebcb18a9bb69dc1f7bc28 Mon Sep 17 00:00:00 2001 From: rkdcodus Date: Mon, 7 Oct 2024 21:56:13 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A8fix:=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grass-diary/src/pages/Error/NotFoundPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grass-diary/src/pages/Error/NotFoundPage.tsx b/grass-diary/src/pages/Error/NotFoundPage.tsx index 11147b2..37b5f53 100644 --- a/grass-diary/src/pages/Error/NotFoundPage.tsx +++ b/grass-diary/src/pages/Error/NotFoundPage.tsx @@ -3,6 +3,7 @@ import Header from '@components/Layout/Header'; import useIsMobile from '@hooks/useIsMobile'; import * as S from '@styles/Error/NotFoundPage.style'; import { semantic } from '@styles/semantic'; +import errorIcon from '@svg/error_outline.svg'; import { ReactComponent as Arrow } from '@svg/chevron_right.svg'; import { useNavigate } from 'react-router-dom'; @@ -17,7 +18,7 @@ const NotFoundPage = () => {
- error_image + error_image 페이지를{isMobile ?
: ' '}찾을 수 없어요