handleChangeName(e)} />
-
+
-
+
toggleDepositStatus(member.memberId)} />
handleDeleteMember(member.memberId)}
aria-label="인원 삭제"
>
-
+
diff --git a/client/src/pages/event/[eventId]/home/HomePage.tsx b/client/src/pages/event/[eventId]/home/HomePage.tsx
index 8be38e71c..d81527541 100644
--- a/client/src/pages/event/[eventId]/home/HomePage.tsx
+++ b/client/src/pages/event/[eventId]/home/HomePage.tsx
@@ -4,12 +4,13 @@ import StepList from '@components/StepList/Steps';
import useRequestGetSteps from '@hooks/queries/step/useRequestGetSteps';
import Reports from '@components/Reports/Reports';
import useRequestGetImages from '@hooks/queries/images/useRequestGetImages';
+import {IconPictureSquare} from '@components/Design/components/Icons/Icons/IconPictureSquare';
import useEventDataContext from '@hooks/useEventDataContext';
import {useTotalExpenseAmountStore} from '@store/totalExpenseAmountStore';
-import {Icon, Tab, Tabs, Title} from '@HDesign/index';
+import {Tab, Tabs, Title} from '@HDesign/index';
import getEventIdByUrl from '@utils/getEventIdByUrl';
@@ -35,7 +36,7 @@ const HomePage = () => {
icon={
images.length !== 0 && (
)
}
diff --git a/client/src/pages/fallback/EventPageLoading.tsx b/client/src/pages/fallback/EventPageLoading.tsx
index 110896f98..7308a176b 100644
--- a/client/src/pages/fallback/EventPageLoading.tsx
+++ b/client/src/pages/fallback/EventPageLoading.tsx
@@ -1,4 +1,6 @@
-import {Flex, Icon, IconButton, MainLayout, TopNav} from '@components/Design';
+import {IconHeundeut} from '@components/Design/components/Icons/Icons/IconHeundeut';
+
+import {Flex, IconButton, MainLayout, TopNav} from '@components/Design';
import {Footer} from '@components/Footer';
const EventPageLoading = () => {
@@ -8,7 +10,7 @@ const EventPageLoading = () => {
-
+
diff --git a/client/src/pages/login/LoginPage.tsx b/client/src/pages/login/LoginPage.tsx
index e38c1b02a..b38ffbf2e 100644
--- a/client/src/pages/login/LoginPage.tsx
+++ b/client/src/pages/login/LoginPage.tsx
@@ -1,8 +1,9 @@
import Image from '@components/Design/components/Image/Image';
+import {IconKakao} from '@components/Design/components/Icons/Icons/IconKakao';
import useLoginPage from '@hooks/useLoginPage';
-import {Button, Flex, FunnelLayout, Icon, MainLayout, Text, TopNav, useTheme} from '@components/Design';
+import {Button, Flex, FunnelLayout, MainLayout, Text, TopNav, useTheme} from '@components/Design';
import getImageUrl from '@utils/getImageUrl';
@@ -31,7 +32,7 @@ const LoginPage = () => {
diff --git a/client/src/pages/main/Nav/Nav.tsx b/client/src/pages/main/Nav/Nav.tsx
index 0e4e01e70..83b4cd0e4 100644
--- a/client/src/pages/main/Nav/Nav.tsx
+++ b/client/src/pages/main/Nav/Nav.tsx
@@ -1,8 +1,9 @@
import {useNavigate} from 'react-router-dom';
import {User} from 'types/serviceType';
+import {IconHeundeut} from '@components/Design/components/Icons/Icons/IconHeundeut';
-import {Button, Text, Icon, TopNav, IconButton} from '@HDesign/index';
+import {Button, Text, TopNav, IconButton} from '@HDesign/index';
import {ROUTER_URLS} from '@constants/routerUrls';
@@ -24,7 +25,7 @@ const Nav = ({isGuest}: NavProps) => {
-
+
diff --git a/client/src/pages/main/Section/MainSection/MainSection.style.ts b/client/src/pages/main/Section/MainSection/MainSection.style.ts
index 4afea6c80..c4de5b35b 100644
--- a/client/src/pages/main/Section/MainSection/MainSection.style.ts
+++ b/client/src/pages/main/Section/MainSection/MainSection.style.ts
@@ -69,7 +69,7 @@ export const sectionStyle = css({
export const chevronStyle = css({
position: 'absolute',
- bottom: '2rem',
+ bottom: '1rem',
left: '50%',
animation: `${bounce} 2s infinite ease-in-out`,
});
diff --git a/client/src/pages/main/Section/MainSection/MainSection.tsx b/client/src/pages/main/Section/MainSection/MainSection.tsx
index 0f7c65cbb..910a0890b 100644
--- a/client/src/pages/main/Section/MainSection/MainSection.tsx
+++ b/client/src/pages/main/Section/MainSection/MainSection.tsx
@@ -3,8 +3,7 @@ import {useNavigate} from 'react-router-dom';
import Button from '@HDesign/components/Button/Button';
import Text from '@HDesign/components/Text/Text';
import {User} from 'types/serviceType';
-
-import {Icon} from '@components/Design';
+import {IconChevron} from '@components/Design/components/Icons/Icons/IconChevron';
import {ROUTER_URLS} from '@constants/routerUrls';
@@ -30,7 +29,7 @@ const MainSection = ({isGuest}: NavProps) => {