Skip to content

Commit

Permalink
✨ 독서 기록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ktseo41 committed Oct 27, 2024
1 parent 2961eab commit b986f23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/loaders/reading.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ const bookLogs = [
{
name: "보이지 않는 경제학",
startedAt: "2024-10-16",
progressValue: (173 / 349) * 100,
progressValue: (194 / 349) * 100,
logs: [
{
date: "2024-10-16",
Expand All @@ -911,6 +911,10 @@ const bookLogs = [
date: "2024-10-22",
progressValue: (173 / 349) * 100,
},
{
date: "2024-10-27",
progressValue: (194 / 349) * 100,
},
],
},
{
Expand Down

0 comments on commit b986f23

Please sign in to comment.