Skip to content

Commit

Permalink
Merge pull request #19 from bedirhanyildirim/14-sport-page
Browse files Browse the repository at this point in the history
Add exercise data
  • Loading branch information
bedirhanyildirim committed Jan 29, 2024
2 parents 2429d1b + 834e872 commit 786365c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/sport/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,16 @@ export const sportHistory: ISport[] = [
duration: 5100,
target: "fullbody",
},
{
date: new Date(2024, 0, 27, 12, 38),
type: "running",
distance: 3560,
duration: 1286,
},
{
date: new Date(2024, 0, 29, 12, 4),
type: "running",
distance: 3010,
duration: 1125,
},
];

0 comments on commit 786365c

Please sign in to comment.