Skip to content

Commit

Permalink
✨ 독서 기록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ktseo41 authored Nov 15, 2024
1 parent 7cebc7e commit cfbd571
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 @@ -1032,7 +1032,7 @@ const bookLogs = [
{
name: "작은 땅의 야수들",
startedAt: "2024-11-06",
progressValue: (432 / 603) * 100,
progressValue: (540 / 603) * 100,
logs: [
{
date: "2024-11-06",
Expand All @@ -1058,6 +1058,10 @@ const bookLogs = [
date: "2024-11-13",
progressValue: (432 / 603) * 100,
},
{
date: "2024-11-15",
progressValue: (540 / 603) * 100,
},
],
},
{
Expand Down

0 comments on commit cfbd571

Please sign in to comment.