Skip to content

Commit

Permalink
Update entries.books.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker committed Apr 14, 2023
1 parent 530c006 commit 06bedb5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/entries.books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,22 @@ export default [
"linkText": "Purchase eBook",
"date": "February 1 2023"
},
{
"type": "Books",
"name": "The Virgin Dragon",
"series": "The Spectre of War",
"seriesNo": "4",
"link": "https://www.amazon.com/Virgin-Dragon-Spectre-War-Book-ebook/dp/B0BYB5M77J",
"linkText": "Purchase eBook",
"date": "March 1 2023"
},
{
"type": "Books",
"name": "The Devout Envoy",
"series": "The Spectre of War",
"seriesNo": "4.5",
"link": "https://www.amazon.com/dp/B0C2BV3LF8",
"linkText": "Purchase eBook",
"date": "April 13 2023"
},
]

0 comments on commit 06bedb5

Please sign in to comment.