From 8588c9635bd077ad80a9414ba47ba0b2ae69f519 Mon Sep 17 00:00:00 2001 From: KANGYONGSU23 Date: Sat, 25 Nov 2023 18:27:22 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20"=EC=A7=80=EC=9B=90=ED=95=9C=20?= =?UTF-8?q?=EA=B8=B0=EC=97=85=EC=9D=B4=20=EC=97=86=EC=96=B4=EC=9A=94"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Docs.svg | 14 ++++++++++++++ src/components/mypage/AppliedCompaniesList.tsx | 10 ++++++++++ 2 files changed, 24 insertions(+) create mode 100644 public/Docs.svg diff --git a/public/Docs.svg b/public/Docs.svg new file mode 100644 index 0000000..fe01f7f --- /dev/null +++ b/public/Docs.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/components/mypage/AppliedCompaniesList.tsx b/src/components/mypage/AppliedCompaniesList.tsx index f9aac97..bf474ec 100644 --- a/src/components/mypage/AppliedCompaniesList.tsx +++ b/src/components/mypage/AppliedCompaniesList.tsx @@ -2,6 +2,8 @@ import { GetApplications } from "@/apis/applications"; import APpliedCompanyItem from "./AppliedICompanyItem"; +import Docs from "@public/Docs.svg"; +import Image from "next/image"; export default function AppliedCompaniesList() { const { data: applications } = GetApplications(); @@ -9,6 +11,14 @@ export default function AppliedCompaniesList() { return (

내가 지원한 기업

+ {!applications && ( +
+ DOCS +

+ 아직 지원한 기업이 없어요 +

+
+ )}
{applications?.applications.map((item) => (