From 8560cb0b34c9818e0471237ef27f602699cded14 Mon Sep 17 00:00:00 2001 From: hyeonbin jeong <117449788+hyeonbinnn@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:41:04 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2dcd97..0359abb 100644 --- a/README.md +++ b/README.md @@ -171,13 +171,13 @@ #### - `GitHub Project Board`를 이용한 전체 진도 상황 공유 ![스크린샷 2023-09-11 202111](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/fd241f49-344c-4e56-9e2c-cd004f837ae4) -- 다른 팀원 코드의 BUG 찾는 경우 이슈 작성 후 `Assignees` 지정 +#### - 다른 팀원 코드의 BUG 찾는 경우 이슈 작성 후 `Assignees` 지정 ![스크린샷 2023-09-11 202412](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/a951d26a-4bf9-441f-b308-e35c525289c2) -- `Common` 컴포넌트 폴더를 따로 관리하여 코드 재사용율 높이기 +#### - `Common` 컴포넌트 폴더를 따로 관리하여 코드 재사용율 높이기 ![스크린샷 2023-09-11 203732](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/f3552177-77f2-465d-8bb3-c84ef44beb6d) -- 페이지의 디자인의 일관성과 쉬운 유지보수를 위해 **ThemeProvider**를 사용 +#### - 페이지의 디자인의 일관성과 쉬운 유지보수를 위해 `ThemeProvider`를 사용 ```jsx const colors = { primary: '#374259',