Skip to content

Commit

Permalink
#227 modify: 카카오톡을 이메일로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
misung-dev committed Sep 6, 2024
1 parent d3207e4 commit 6a802ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
FaCircleInfo,
FaUsers,
FaChartPie,
FaEnvelopeCircleCheck,
} from 'react-icons/fa6';
import { useLocation } from 'react-router-dom';
import { BiSolidMessageRounded } from 'react-icons/bi';
Expand All @@ -22,8 +23,8 @@ const menuItems = [
},
{
to: '/event/dashboard/message',
icon: <BiSolidMessageRounded />,
text: '카카오톡 예약 발송',
icon: <FaEnvelopeCircleCheck />,
text: '이메일 예약 발송',
},
{
to: '/event/dashboard/attendee',
Expand Down
6 changes: 3 additions & 3 deletions src/pages/DashboardPage/DashboardMessagePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function DashboardMessagePage() {
>
<S.DashboardMessagePage>
<S.TopContainer>
<S.Title>카카오톡 예약 발송</S.Title>
<S.Title>이메일 예약 발송</S.Title>
<S.ButtonContainer>
<Button label={'저장하기'} />
</S.ButtonContainer>
Expand All @@ -162,9 +162,9 @@ export default function DashboardMessagePage() {
<S.ContentContainer>
<S.ToggleWrapper>
<S.Content>
<S.ContentTitle>1시간 전 카카오톡 발송 여부</S.ContentTitle>
<S.ContentTitle>1시간 전 이메일 발송 여부</S.ContentTitle>
<S.ContentDesc>
이벤트 시작 1시간 전에 카카오톡 메세지를 발송합니다.
이벤트 시작 1시간 전에 이메일을 발송합니다.
</S.ContentDesc>
</S.Content>
<Switch
Expand Down

0 comments on commit 6a802ea

Please sign in to comment.