Skip to content

Commit

Permalink
change book button text
Browse files Browse the repository at this point in the history
  • Loading branch information
ongtiffany committed May 17, 2024
1 parent cfcebf1 commit 89a449b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/books/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The text of all four manuscript volumes will be available to read in both fully
{{ book.data.itemLocation }}
</figcaption>
<div class="book-buttons">
{% if book.data.isReadable %}<a href="viewer/?p0.do={{ book.fileSlug }}&p0.vi=modern" class="button is-primary">Read</a>{% endif %}<br>
<a href="{{ book.url | url }}" class="button is-secondary">About</a>
{% if book.data.isReadable %}<a href="viewer/?p0.do={{ book.fileSlug }}&p0.vi=modern" class="button is-primary">Read the edition</a>{% endif %}<br>
<a href="{{ book.url | url }}" class="button is-secondary">Book information</a>

</div>
</div>
Expand Down

0 comments on commit 89a449b

Please sign in to comment.