Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed Mar 28, 2024
1 parent 09f3486 commit 071f900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/features/about/work/data/blind/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ export const MyBiskit: Project = {
테스트 코드를 적용해 리팩토링 과정의 사이드 이펙트를 간소화 하고자
노력
</li>
<li>트랜잭션 적용 및 결제 플로우 간소화 작업을 진행</li>
<li>트랜잭션 적용 및 결제 플로우 간소화 작업 진행</li>
</ul>
</li>
<li>
지표 분석을 위한 크롤러를 개발
지표 분석용 크롤러 개발
<ul>
<li>
Puppeteer를 활용해 추출한 데이터를 JSON으로 가공후 S3에 저장. 차트
페이지를 제공
페이지 제공
</li>
<li>
사내 엔지니어링 세미나 &quot;주니어의 반란&quot;을 주최, 개발 여정을
사내 엔지니어링 세미나 &quot;주니어의 반란&quot;을 주최, 개발 여정
공유
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/features/about/work/data/line/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const LPC: Project = {
tags: ['Vite', 'pnpm', 'React-Query'],
startDate: 1709218800000,
summary: 'LandPress Content 개발',
body: <></>,
body: <>TBD</>,
};

export const UVP: Project = {
Expand Down

0 comments on commit 071f900

Please sign in to comment.