Skip to content

Commit 8fbd8ff

Browse files
committed
refact: 수정사항 반영
1 parent 1196613 commit 8fbd8ff

19 files changed

+21
-16
lines changed

src/pages/dashboard/ui/DashbaordPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const DashboardPage = () => {
1111
const formattedPrice = data?.totalPrice.toLocaleString();
1212

1313
return (
14-
<DashboardLayout centerContent="대시보드" pinkBg={true}>
14+
<DashboardLayout centerContent="DASHBOARD" pinkBg={true}>
1515
<div className="flex flex-col mt-8 md:mt-13 px-7 gap-4">
1616
<h1 className="text-2xl font-bold">{data?.eventName || '이벤트 이름 없음'}</h1>
1717
<CheckList />

src/pages/dashboard/ui/EventDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const EventDetailPage = () => {
6363
};
6464

6565
return (
66-
<DashboardLayout centerContent="WOOACON 2024">
66+
<DashboardLayout centerContent="대시보드">
6767
<div className="flex flex-col gap-5 mt-8 px-7">
6868
<h1 className="text-center text-xl font-bold mb-5">이벤트 상세 정보</h1>
6969
<FileUpload value={bannerImageUrl} onChange={setBannerImageUrl} useDefaultImage={false} />

src/pages/dashboard/ui/EventTagPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const EventTagPage = () => {
88
const navigate = useNavigate();
99

1010
return (
11-
<DashboardLayout centerContent="WOOACON 2024">
11+
<DashboardLayout centerContent="DASHBOARD">
1212
<div className="flex flex-col gap-5 mt-8 px-7">
1313
<h1 className="text-center text-xl font-bold mb-5">이벤트 태그 정보</h1>
1414
<EventCategory />

src/pages/dashboard/ui/ParticipantsMangementPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const ParticipantsManagementPage = () => {
3131
});
3232

3333
return (
34-
<DashboardLayout centerContent="WOOACON 2024" pinkBg={true}>
34+
<DashboardLayout centerContent="DASHBOARD" pinkBg={true}>
3535
<div className="flex flex-col px-2 md:px-4">
3636
<h1 className="text-center font-bold text-xl py-4 md:py-6">구매/참가자 관리</h1>
3737
<div className="flex justify-end gap-2 md:gap-3 px-4">

src/pages/dashboard/ui/ResponseManagementPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ResponseManagementPage = () => {
1212
const { data, isLoading, isError } = usePurchaserAnswers(selectedTicketId);
1313
const orderCount = data?.result?.orderCount ?? 0;
1414
return (
15-
<DashboardLayout centerContent="WOOACON 2024" pinkBg={true}>
15+
<DashboardLayout centerContent="DASHBOARD" pinkBg={true}>
1616
{isModalOpen && (
1717
<ResponesModal onClose={closeModal}></ResponesModal>
1818
)}

src/pages/dashboard/ui/mail/EmailEditPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const EmailEditPage = () => {
3636
};
3737

3838
return (
39-
<DashboardLayout centerContent="WOOACON 2024">
39+
<DashboardLayout centerContent="DASHBOARD">
4040
<div className="flex flex-col gap-5 mt-8 px-7">
4141
<EmailInput
4242
type="이메일 내용 수정"

src/pages/dashboard/ui/mail/EmailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const EmailPage = () => {
5151
};
5252

5353
return (
54-
<DashboardLayout centerContent="WOOACON 2024">
54+
<DashboardLayout centerContent="DASHBOARD">
5555
<div className="p-5 flex flex-col gap-10 min-h-full">
5656
<EmailInput
5757
openSelectTicket={() => setTicketModalOpen(true)}

src/pages/dashboard/ui/mail/MailBoxPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const MailBoxPage = () => {
2424
};
2525

2626
return (
27-
<DashboardLayout centerContent="WOOACON 2024">
27+
<DashboardLayout centerContent="DASHBOARD">
2828
<div className={`flex flex-col gap-2 mt-8 px-7 ${isModalOpen ? 'blur-sm' : ''}`}>
2929
<h1 className="w-full text-center font-bold text-xl">보낸 메일함</h1>
3030
<div className="flex justify-end">

src/pages/dashboard/ui/ticket/CheckInPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import DashboardLayout from "../../../../shared/ui/backgrounds/DashboardLayout";
33

44
const CheckInPage = () => {
55
return (
6-
<DashboardLayout centerContent="WOOACON 2024">
6+
<DashboardLayout centerContent="DASHBOARD">
77
<div className='flex flex-col gap-2 mt-8 px-7'>
88
<h1 className="w-full text-center font-bold text-xl">QR 코드 스캔</h1>
99
<div className="max-w-screen-md mx-auto">

src/pages/dashboard/ui/ticket/TicketCreatePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const TicketCreatePage = () => {
9090
};
9191

9292
return (
93-
<DashboardLayout centerContent="WOOACON 2024">
93+
<DashboardLayout centerContent="DASHBOARD">
9494
<div className=" flex flex-col gap-3 md:gap-5 px-7 py-5">
9595
<div className="w-full text-center font-bold text-xl">티켓(입장권)</div>
9696
<p className="text-gray-400 text-11 md:text-xs">

0 commit comments

Comments
 (0)