From 4d7fc03cd7b45207001556c287a73c0fbcbcc13b Mon Sep 17 00:00:00 2001 From: BHyeonKim Date: Mon, 18 Nov 2024 13:57:04 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9D=B4=EB=A0=A5=EC=84=9C=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=EC=97=90=20=EB=A7=81=ED=81=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(header)/portfolio/(view)/layout.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/(header)/portfolio/(view)/layout.tsx b/src/app/(header)/portfolio/(view)/layout.tsx index f6e8197..887bca4 100644 --- a/src/app/(header)/portfolio/(view)/layout.tsx +++ b/src/app/(header)/portfolio/(view)/layout.tsx @@ -2,6 +2,7 @@ import classNames from 'classnames/bind'; import {getCookie} from 'cookies-next'; +import Link from 'next/link'; import {useRouter} from 'next/navigation'; import type {MouseEvent} from 'react'; import {ChangeEvent, DragEvent, PropsWithChildren, useState} from 'react'; @@ -93,7 +94,7 @@ const PortfolioLayout = ({children}: PropsWithChildren) => { 공개 @@ -127,10 +128,13 @@ const PortfolioLayout = ({children}: PropsWithChildren) => { {children}
- +
{isLoading && (