diff --git a/frontend/src/component/Info/Help.tsx b/frontend/src/component/Info/Help.tsx
index f27736d..6ca84e9 100644
--- a/frontend/src/component/Info/Help.tsx
+++ b/frontend/src/component/Info/Help.tsx
@@ -1,5 +1,6 @@
import { useState } from 'react';
import help from '../../assets/icon/help.svg';
+import BoardAndRankInfo from './HelpDescription/BoardAndRankInfo';
import KeyBoardInfo from './HelpDescription/keyBoardInfo';
import SidebarInfo from './HelpDescription/SidebarInfo';
@@ -32,6 +33,7 @@ const Help = () => {
+
- Board & Rank
+
+
+
+ 오른쪽 하단의 트로피 모양의 버튼을 클릭하면 SleepyBoard가 보여집니다.
+
+
+ 상단의 탭을 클릭하여 업적을 보거나,{' '}
+ 걸음수 랭킹을 볼 수 있습니다.
+
+
+ 탭 아래의 필터를 클릭해 모든 유저, 좋아요, 친구, 기간을 설정할 수
+ 있습니다.
+
+
+ 걸음수 갱신은 매일 자정에 이루어집니다.
+
+
+
+ );
+};
+
+export default BoardAndRankInfo;
diff --git a/frontend/src/component/Info/HelpDescription/SidebarInfo.tsx b/frontend/src/component/Info/HelpDescription/SidebarInfo.tsx
index 73c915c..e1b77ad 100644
--- a/frontend/src/component/Info/HelpDescription/SidebarInfo.tsx
+++ b/frontend/src/component/Info/HelpDescription/SidebarInfo.tsx
@@ -30,7 +30,8 @@ const SidebarInfo = () => {
1. 마이페이지
- 캐릭터 변경, 닉네임 수정, 로그아웃, 회원탈퇴를 할 수 있습니다.
+ 캐릭터 변경, 닉네임 수정, 로그아웃, 회원탈퇴를
+ 할 수 있습니다.
회원탈퇴를 하는 경우{' '}
@@ -47,12 +48,19 @@ const SidebarInfo = () => {
/>
2. 친구목록
-
친구목록을 볼 수 있습니다.
-
유저를 검색해서 친구추가 할 수 있습니다.
- 친구목록의 아이콘을 클릭해 1:1 채팅 및 친구끊기가 가능합니다.
+ 친구목록을 볼 수 있습니다.
+
+
+ 유저를 검색해서 친구추가 할 수 있습니다.
+
+
+ 친구목록의 아이콘을 클릭해 1:1 채팅 및 친구끊기
+ 가 가능합니다.
+
+
+ 친구를 아래로 드래그해서 영상통화가 가능합니다.
-
친구를 아래로 드래그해서 영상통화가 가능합니다.
@@ -64,13 +72,17 @@ const SidebarInfo = () => {
/>
3. 1:1 채팅
-
채팅방 목록이 보여집니다.
- 각각의 채팅방에는 닉네임, 시각, 마지막 메세지, 읽지않은 메세지가
+ 채팅방 목록이 보여집니다.
+
+
+ 각각 채팅방에는{' '}
+ 닉네임, 시각, 마지막 메세지, 읽지않은 메세지가
표시됩니다.
- 채팅방을 클릭해 다른 유저와 실시간 1:1 채팅을 할 수 있습니다.
+ 채팅방을 클릭해 다른 유저와 실시간 1:1 채팅을
+ 할 수 있습니다.
@@ -83,9 +95,13 @@ const SidebarInfo = () => {
/>
4. 환경설정
-
배경음악 및 눈내리기 효과를 on/off 할 수 있습니다.
- 영상통화에 사용되는 기기(카메라, 마이크)를 설정할 수 있습니다.
+ 배경음악 및 눈내리기 효과를 on/off 할 수
+ 있습니다.
+
+
+ 영상통화에 사용되는 기기(카메라, 마이크)를 설정
+ 할 수 있습니다.
diff --git a/frontend/src/component/Info/HelpDescription/boardAndRankInfo.styled.ts b/frontend/src/component/Info/HelpDescription/boardAndRankInfo.styled.ts
new file mode 100644
index 0000000..8b77ac8
--- /dev/null
+++ b/frontend/src/component/Info/HelpDescription/boardAndRankInfo.styled.ts
@@ -0,0 +1,22 @@
+import { css } from '@emotion/react';
+import theme from '../../../styles/theme';
+
+export const description = css`
+ width: 100%;
+
+ & > p {
+ padding: 15px;
+ font-size: 14px;
+ text-align: center;
+
+ /* strong {
+ color: ${theme.deepGreen};
+ font-weight: 700;
+ }
+
+ span {
+ color: ${theme.red};
+ font-weight: 700;
+ } */
+ }
+`;
diff --git a/frontend/src/component/Info/HelpDescription/common.styled.ts b/frontend/src/component/Info/HelpDescription/common.styled.ts
index 3e41f2d..269c8ea 100644
--- a/frontend/src/component/Info/HelpDescription/common.styled.ts
+++ b/frontend/src/component/Info/HelpDescription/common.styled.ts
@@ -9,6 +9,16 @@ export const infoContainer = css`
background-color: ${theme.white05};
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
border-radius: 20px;
+
+ strong {
+ color: ${theme.deepGreen};
+ font-weight: 700;
+ }
+
+ span {
+ color: ${theme.red};
+ font-weight: 700;
+ }
`;
export const header = css`
diff --git a/frontend/src/component/Info/HelpDescription/sidebarInfo.styled.ts b/frontend/src/component/Info/HelpDescription/sidebarInfo.styled.ts
index 3633138..5609499 100644
--- a/frontend/src/component/Info/HelpDescription/sidebarInfo.styled.ts
+++ b/frontend/src/component/Info/HelpDescription/sidebarInfo.styled.ts
@@ -53,8 +53,8 @@ export const subDescription = css`
padding-bottom: 15px;
font-size: 14px;
- span {
+ /* span {
color: ${theme.red};
- }
+ } */
}
`;